Where can i find some picture explain about the blob.min_corners() and rotation_deg()?

where can i find some picture explain about the blob.min_corners() and rotation_deg()?
i find it is difficult to get the blob.min_corners() and rotation_deg() without the picture.
thank you

There’s a concept called the minimum_rect around a blob. It’s the smallest rectangle that can fit a blob. Typically it’s rotated. The rect will have a long and short side. The rotation of the long side is the rect rotation. Note that the values are unique to only about 90 degrees or so.

1 Like