Image Region Analyzer issue in measuring length/
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!