Blob analysis and region props

3 views (last 30 days)
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

Accepted Answer

Image Analyst
Image Analyst on 4 Jul 2021
Yes. That was easy. 😀
  2 Comments
SUKUMAR NAGINENI
SUKUMAR NAGINENI on 4 Jul 2021
Thank you @Image Analyst
One more thing, can I present this approach as binary blob filtering?
Image Analyst
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.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!