image processing - OpenCV - Find skewed rectangle -
i want draw "bounding box" around skewed rectangle. thought use cvminarearect2() function handles rotation, see image:
is there function solve this? if not, ideas how implement it?
compute both minarearect , convexhull. then, each of 4 points found minarearect, find corresponding nearest point in convex hull.
Comments
Post a Comment