We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50a355 commit ad23c10Copy full SHA for ad23c10
modules/imgproc/src/rotcalipers.cpp
@@ -74,7 +74,7 @@ enum { CALIPERS_MAXHEIGHT=0, CALIPERS_MINAREARECT=1, CALIPERS_MAXDIST=2 };
74
// In case CV_CALIPERS_MINAREARECT
75
// ((CvPoint2D32f*)out)[0] - corner
76
// ((CvPoint2D32f*)out)[1] - vector1
77
- // ((CvPoint2D32f*)out)[0] - corner2
+ // ((CvPoint2D32f*)out)[2] - vector2
78
//
79
// ^
80
// |
0 commit comments