简体   繁体   中英

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. My aim is to align all the images to 1 height value. 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.

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM