Skip to content

Commit 30373d2

Browse files
committed
Merge pull request opencv#10470 from victor-ludorum:caliper
2 parents 914d966 + ad23c10 commit 30373d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/src/rotcalipers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ enum { CALIPERS_MAXHEIGHT=0, CALIPERS_MINAREARECT=1, CALIPERS_MAXDIST=2 };
7474
// In case CV_CALIPERS_MINAREARECT
7575
// ((CvPoint2D32f*)out)[0] - corner
7676
// ((CvPoint2D32f*)out)[1] - vector1
77-
// ((CvPoint2D32f*)out)[0] - corner2
77+
// ((CvPoint2D32f*)out)[2] - vector2
7878
//
7979
// ^
8080
// |

0 commit comments

Comments
 (0)