I have 3 separate lines in an image and i need to find length of each line separately and display.

2 次查看(过去 30 天)
Logic i thought is, first search for pixel having zero intensity value and then find its neighbor pixels by traversing and increase count whenever pixel with zero intensity occurs and then change the color of that pixel. After getting length of one line with same procedure find the length of other two. But i am not getting how to put it in code. Please can you help me in coding this or any other method is also fine.
Thank u

回答(1 个)

Image Analyst
Image Analyst 2015-10-30
Try improfile(). Or just get a line of pixels and use find(). Or use regionprops() to find 2-D bars and get their length that way.

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by