Does RotatedRect
has some method like Rect.contains()
?
I have a Point
Point2f(15,20);
and a RotatedRect
RotatedRect(center,size,angle);
Without having to rotate the point, does OpenCV has some method?
1 | initial version |
Does RotatedRect
has some method like Rect.contains()
?
I have a Point
Point2f(15,20);
and a RotatedRect
RotatedRect(center,size,angle);
Without having to rotate the point, does OpenCV has some method?
2 | No.2 Revision |
Does RotatedRect
has some method like Rect.contains()
?
I have a Point
Point2f(15,20);
and a RotatedRect
RotatedRect(center,size,angle);
Without having to rotate the point, does OpenCV has some method?