Skip to content

Commit 219eaec

Browse files
committed
Merge branch 4.x
2 parents 43530fc + 3af65e6 commit 219eaec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/aruco/src/charuco.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void detectCharucoDiamond(InputArray _image, InputArrayOfArrays _markerCorners,
4040
vector<Mat> markerCorners;
4141
_markerCorners.getMatVector(markerCorners);
4242

43-
detector.detectBoard(_image, _diamondCorners, _diamondIds, markerCorners, _markerIds.getMat());
43+
detector.detectDiamonds(_image, _diamondCorners, _diamondIds, markerCorners, _markerIds.getMat());
4444
}
4545

4646

0 commit comments

Comments
 (0)