Clear Filters
Clear Filters

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

2 views (last 30 days)
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

Answers (1)

Image Analyst
Image Analyst on 30 Oct 2015
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.

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!