mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
calibration
This commit is contained in:
@@ -9,8 +9,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
cv::Ptr<cv::aruco::Dictionary> AruCoDict = cv::aruco::getPredefinedDictionary(cv::aruco::DICT_4X4_50);
|
||||
|
||||
int squaresX = 7;
|
||||
int squaresY = 5;
|
||||
int squaresX = 5;
|
||||
int squaresY = 7;
|
||||
float squareLength = 0.1f;
|
||||
float markerLength = 0.05f;
|
||||
std::string outputFile = "camera_calibration.yml";
|
||||
|
||||
Reference in New Issue
Block a user