From 740dfe3c8081668c1ccc8c39afd35f8aedd5ae64 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Mon, 8 Apr 2024 16:07:54 +0200 Subject: [PATCH] opencv 4.6 --- calibrationCharuco.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibrationCharuco.cpp b/calibrationCharuco.cpp index 7659733..e9344f6 100644 --- a/calibrationCharuco.cpp +++ b/calibrationCharuco.cpp @@ -8,8 +8,8 @@ int main(int argc, char *argv[]) { cv::Ptr AruCoDict = cv::aruco::getPredefinedDictionary(cv::aruco::DICT_4X4_50); - int squaresX = 7; - int squaresY = 5; + int squaresX = 5; + int squaresY = 7; float squareLength = 0.04f; float markerLength = 0.02f; std::string outputFile = "camera_calibration.yml";