From 63c1d850f438a735b7d0b75fd74a9b42a9bff04f Mon Sep 17 00:00:00 2001 From: ackimixs Date: Thu, 2 May 2024 19:32:31 +0200 Subject: [PATCH] calib --- calibrationCharuco.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibrationCharuco.cpp b/calibrationCharuco.cpp index c3febac..7cacaa5 100644 --- a/calibrationCharuco.cpp +++ b/calibrationCharuco.cpp @@ -11,8 +11,8 @@ int main(int argc, char *argv[]) { int squaresX = 5; int squaresY = 7; - float squareLength = 0.04f; - float markerLength = 0.02f; + float squareLength = 0.041f; + float markerLength = 0.0205f; std::string outputFile = "camera_calibration.yml"; // create charuco board object