[ANSWERED] Get blob bounds from width and height
-
Are there any math wizards who can figure out how to get the x and y values of a blob width and height from the blob decoder actor? The actor gives the h and v center of the bounds, and the width and height. But I would like to know the values for the edges of the bounds.
-
is this what you need?
(just doing the horizontal edges here)
-
@dbini Thank you, yes! That seems pretty obvious to me now.