CogCalibFeatureExtractorCheckerboard PropertiesCognex VisionPro 9.7

The CogCalibFeatureExtractorCheckerboard type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets/sets the feature extraction algorithm.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyCheckerAngleMax
Gets/sets the maximum angle of checker orientations. Note that if the new value is smaller than CheckerAngleMin, then CheckerAngleMin will be changed to the new CheckerAngleMax.
Public propertyCheckerAngleMin
Gets/sets the minimum angle of checker orientations. Note that if the new value is larger than CheckerAngleMax, then CheckerAngleMax will be changed to the new CheckerAngleMin.
Public propertyCheckersCoverFOV
Gets/sets whether the checkers entirely cover the field of view.
Public propertyDataMatrixTimeoutSeconds
The maximum number of seconds to search for a single DataMatrix fiducial.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIsThreadSafe
Gets whether the implementation of Execute(ICogImage) is thread-safe. Thread-safety is required to allow multithreading within implementations of Execute(CogImageCollectionMCamerasNPoses) method.
(Overrides CogCalibFeatureExtractorBase IsThreadSafe.)
Public propertyLabelMode
Gets/sets the label mode of the vertices on the checkerboard calibration plate.
Public propertyNeedBothCheckers
Gets/sets the flag to indicate whether the tool should find only vertices shared by two interior light checkers.
Public propertyOriginX
Gets/sets the the x value of the designated origin to be used for labeling of returned feature points.

The vertex closest to point (OriginX, OriginY) will be used as the origin for point correspondence when LabelMode is UseOrigin.

Public propertyOriginY
Gets/sets the the y value of the designated origin to be used for labeling of returned feature points.

The vertex closest to point (OriginX, OriginY) will be used as the origin for point correspondence when LabelMode is UseOrigin.

Public propertyPhysGridPitchX
Gets/sets the physical units of grid pitch along the x-axis of the calibration plate coordinate system (Plate2D, see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants). It is the distance between any two adjacent checker vertices whenever the line joining them is parallel to the x axis of Plate2D.
Public propertyPhysGridPitchY
Gets/sets the physical units of grid pitch along the y-axis of the see the remarks section of CogCalibFeatureExtractorCheckerboardLabelModeConstants). It is the distance between any two adjacent
Public propertyPrecisionThreshold
Gets/sets the threshold for discarding vertices with excessive positional uncertainty. This is specified in pixels.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyUniformLighting
Gets/sets the flag to indicate whether the checkerboard is uniformly illuminated in the run-time images.
Top
See Also