This commit is contained in:
ackimixs
2024-04-16 16:16:21 +02:00
parent 351ec3d7ae
commit 958fff60dc

View File

@@ -9,9 +9,9 @@ int main(int argc, char *argv[]) {
cv::Ptr<cv::aruco::Dictionary> AruCoDict = cv::aruco::getPredefinedDictionary(cv::aruco::DICT_4X4_50);
int squaresX = 5;
int squaresY = 7;
float squareLength = 0.099f;
int squaresX = 7;
int squaresY = 5;
float squareLength = 0.1f;
float markerLength = 0.05f;
std::string outputFile = "camera_calibration.yml";