From 597fd1b73c8ca94118dd6dc71b1225d9d641d2f6 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 16 Apr 2024 16:48:37 +0200 Subject: [PATCH] change calibration --- calibration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibration.cpp b/calibration.cpp index 45f19f9..1b99e5b 100644 --- a/calibration.cpp +++ b/calibration.cpp @@ -22,7 +22,7 @@ int main(int argc, char *argv[]) } // Set the chessboard size (number of inner corners in width and height) - cv::Size chessboardSize(6, 9); + cv::Size chessboardSize(9, 6); cv::Size imgSize;