Image Region Analyzer issue in measuring length/
조회 수: 3(최근 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
참고 항목
범주
Find more on Image Segmentation and Analysis 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!