フィルターのクリア

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 Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by