Viewing a single comment thread. View all comments

Grove_street_home t1_iso2syg wrote

I have no direct answer, but if you want to separate the straight and bent objects you could also try to compare them to their convex hull images (assuming that bent objects actually have concave segmentation masks).

So for example, if the convex hull image of a mask is 20% bigger or more, then the object is bent. Else, it's straight.

4

vocdex OP t1_isodpui wrote

Interesting!

I didn't consider this one. Thanks!

1