CogCalibFeatureExtractorCheckerboard Constructor Cognex VisionPro 9.10
Construct this CogCalibFeatureExtractorCheckerboard using the default parameters:
  • PhysGridPitchX and PhysGridPitchY are (1,1);
  • OriginX and OriginY are (0,0);
  • LabelMode is None;
  • PrecisionThreshold is HUGE_VAL (the largest representable value of type double);
  • NeedBothCheckers is true;
  • UniformLighting is false;
  • CheckerAngleMin is -Math.PI (in radians, i.e. negative 180 degrees);
  • CheckerAngleMax is Math.PI (in radians, i.e. positive 180 degrees);
  • Algorithm is Exhaustive;
  • CheckersCoverFOV is false;

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 79.0.0.0
Syntax

public CogCalibFeatureExtractorCheckerboard()
See Also