Blob analysis and region props
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I have applied a region props function on the binary image to get the orientation information of objects in the image.
Can we say this approach is blob analysis?
Thanks & regards
Sukumar
0 个评论
采纳的回答
Image Analyst
2021-7-4
Yes. That was easy. 😀
2 个评论
Image Analyst
2021-7-4
No. regionprops() does no filtering. If you want filtering, you can use other functions such as bwareafilt(), bwareaopen(), bwpropfilt(), etc.
更多回答(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!