CogCalibFeatureExtractorCheckerboard Constructor Cognex VisionPro 9.21 SR1
Overload List

  NameDescription
Public methodCogCalibFeatureExtractorCheckerboard 
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;
Public methodCogCalibFeatureExtractorCheckerboard(CogCalibFeatureExtractorCheckerboard)
Copy constructs a CogCalibFeatureExtractorCheckerboard object. This is a deep copy.
Public methodCogCalibFeatureExtractorCheckerboard(Double, Double)
Construct this CogCalibFeatureExtractorCheckerboard using the specified grid pitch.
Protected methodCogCalibFeatureExtractorCheckerboard(SerializationInfo, StreamingContext)
Serialization construct a CogCalibFeatureExtractorCheckerboard object.
Top
See Also