From c8e6cb269ca2471bf20e46d22ab3ed7a40b001ab Mon Sep 17 00:00:00 2001 From: ackimixs Date: Tue, 16 Apr 2024 13:59:29 +0200 Subject: [PATCH] length --- calibrationCharuco.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibrationCharuco.cpp b/calibrationCharuco.cpp index d4bbee0..993ae73 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.034f; - float markerLength = 0.017f; + float squareLength = 0.018f; + float markerLength = 0.009f; std::string outputFile = "camera_calibration.yml"; // create charuco board object