mirror of
https://github.com/modelec/detection_pot.git
synced 2026-03-18 21:40:33 +01:00
parameters
This commit is contained in:
@@ -14,10 +14,10 @@ ArucoDetector::ArucoDetector(const std::string& calibrationPath, const Team team
|
|||||||
// TODO
|
// TODO
|
||||||
// Adjusting parameters based on specific needs
|
// Adjusting parameters based on specific needs
|
||||||
parameters->adaptiveThreshConstant = true;
|
parameters->adaptiveThreshConstant = true;
|
||||||
parameters->minMarkerPerimeterRate = 0.02;
|
/*parameters->minMarkerPerimeterRate = 0.02;
|
||||||
parameters->maxMarkerPerimeterRate = 4.0;
|
parameters->maxMarkerPerimeterRate = 4.0;
|
||||||
parameters->perspectiveRemoveIgnoredMarginPerCell = 0.13;
|
parameters->perspectiveRemoveIgnoredMarginPerCell = 0.13;
|
||||||
parameters->polygonalApproxAccuracyRate = 0.03;
|
parameters->polygonalApproxAccuracyRate = 0.03;*/
|
||||||
|
|
||||||
this->readCameraParameters(calibrationPath);
|
this->readCameraParameters(calibrationPath);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user