Image Region Analyzer issue in measuring length/

1 回表示 (過去 30 日間)
Mohammed Al Khasawneh
Mohammed Al Khasawneh 2020 年 10 月 15 日
回答済み: Shraddha Jain 2021 年 3 月 8 日
I want to measure a length of some fibers using Image region analyzer so I can to filter them after that. because in properties length option dose not exist.

回答 (1 件)

Shraddha Jain
Shraddha Jain 2021 年 3 月 8 日
Hi Al,
The Image Region Analyzer uses regionprops function to identify regions in the image and calculate properties of these regions. There is no length property available in Image Region Analyzer or regionprops as you mentioned above. A possible workaround is to use the 'Extrema' property in the regionprops function which details the x- and y- coordinates of the connected components of the image.
Hope this helps!

カテゴリ

Help Center および File ExchangeAudio and Video Data についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by