I have a box2d that was returned from calling cvMinAreaRect2() on a contour, and it's rotated at 45 degrees.
I want to extract the pixels from that contour into it's own image, where the box2d is rotated so that it's upright.
1 | initial version |
I have a box2d that was returned from calling cvMinAreaRect2() on a contour, and it's rotated at 45 degrees.
I want to extract the pixels from that contour into it's own image, where the box2d is rotated so that it's upright.
2 | retagged |
I have a box2d that was returned from calling cvMinAreaRect2() on a contour, and it's rotated at 45 degrees.
I want to extract the pixels from that contour into it's own image, where the box2d is rotated so that it's upright.