How can i measure half side of the eye's pupil using matlab???
1 次查看(过去 30 天)
显示 更早的评论
i need to measure the area of the pupil from the centre axis one side at a time. how can i do that? is there anyway to do that automatically or should use manual method? Pls post whatever suggestions you have. Thanks in advance.
0 个评论
回答(1 个)
Image Analyst
2015-9-24
How do you define the central axis? A vertical line going through the centroid? Or can it be at some other angle? Please attach your image. Maybe you can simply threshold and call regionprops() and then use find() to go down the binary image and get the left and right distances from the "central axis".
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!