The CogCalibFeatureExtractorCheckerboard type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Algorithm |
Gets/sets the feature extraction algorithm.
| |
| ChangedEventSuspended |
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.) | |
| CheckerAngleMax |
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.
| |
| CheckerAngleMin |
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.
| |
| CheckersCoverFOV |
Gets/sets whether the checkers entirely cover the field of view.
| |
| DataMatrixTimeoutSeconds |
The maximum number of seconds to search for a single DataMatrix
fiducial.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IsThreadSafe |
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.) | |
| LabelMode |
Gets/sets the label mode of the vertices on the checkerboard calibration plate.
| |
| NeedBothCheckers |
Gets/sets the flag to indicate whether the tool should find
only vertices shared by two interior light checkers.
| |
| OriginX | ||
| OriginY | ||
| PhysGridPitchX |
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.
| |
| PhysGridPitchY |
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
| |
| PrecisionThreshold |
Gets/sets the threshold for discarding vertices with excessive
positional uncertainty. This is specified in pixels.
| |
| StateFlags |
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.) | |
| UniformLighting |
Gets/sets the flag to indicate whether the checkerboard
is uniformly illuminated in the run-time images.
|
See Also