简体   繁体   English

如何找到此 OCT 图像中特定点的高度?

[英]How to find height of the specific point in this OCT image?

I am a beginner in Matlab who is working on medical image processing of retinal OCT images.我是 Matlab 的初学者,从事视网膜 OCT 图像的医学图像处理。 My aim is to align all the images to 1 height value.我的目标是将所有图像对齐到 1 个高度值。 I want to find the maximum height of the layer in the eye.我想找到眼睛中图层的最大高度。

For example, if input :例如,如果输入: 原图

the output: returns this height:输出:返回这个高度:

高度 I have tried this approach as outlined in Hand_height but it returns the height of the complete image.我已经尝试过Hand_height 中概述的这种方法,但它返回完整图像的高度。

Iterate over X and find the first peak (blue point) using findpeaks in the vertical direction (Y) to generate the first layer (blue line), and then determine the peak with the smallest index in the Y-direction.迭代X并在垂直方向(Y)使用findpeaks找到第一个峰值(蓝点)以生成第一层(蓝线),然后确定Y方向索引最小的峰值。 Please see the image!请看图!

In order to find maximum high you should find the top border of a retina.为了找到最大高度,您应该找到视网膜的顶部边界。 Here you have an example of how to find it. 这里有一个如何找到它的例子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何提取图像边框(OCT /视网膜扫描图像) - how to extract the borders of an image (OCT/retinal scan image) 旋转后如何在图像上找到一个点? - How to find a point on image after rotation? 如何在MATLAB中的图中找到特定点? - How can I find a specific point in a figure in MATLAB? 如何在MATLAB中的特定点找到传递函数的幅度和相位 - How to find the magnitude and phase of a transfer function at a specific point in MATLAB 如何找到图像中某一点所有方向的最大开口? - How to find the maximum of opening in all orientations at a point in an image? 如何通过扫描找到图像中不规则形状物体的宽度和高度? - How to find the width and height of an irregular shaped object in an image by scanning? Matlab:根据周围环境在图像中找到一个点 - Matlab: Find a point in an image based on its surroundings 从具有摄像头角度失真的屏幕高度中查找图像的实际高度 - Find actual height of image from screen height with camera angle distortion 我在图像中设置了一个点,如何通过Matlab找到围绕所有点的外部不规则形状 - I have a point set in image,how to find the External irregular shape circling all the points by Matlab 如何在一组点中找到某个点的第k个最近邻居 - how to find k-th nearest neighbor of a point in a set of point
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM