image processing: How to count the number of convex regions of a target in binary image?

70 Views Asked by At

This is a binary image, I want to count the number of convex regions,but I don't know how to do it,I hope you can help me.

1

There are 1 best solutions below

0
AudioBubble On

Compute the convex hull of the blob and count the sections that touch it.

enter image description here