Blob analysis and region props
3 views (last 30 days)
Show older comments
SUKUMAR NAGINENI
on 4 Jul 2021
Commented: Image Analyst
on 4 Jul 2021
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 Comments
Accepted Answer
Image Analyst
on 4 Jul 2021
Yes. That was easy. 😀
2 Comments
Image Analyst
on 4 Jul 2021
No. regionprops() does no filtering. If you want filtering, you can use other functions such as bwareafilt(), bwareaopen(), bwpropfilt(), etc.
More Answers (0)
See Also
Categories
Find more on Image Segmentation and Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!