mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-18 16:47:33 +01:00
change calibration
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user