CogOCVPatternPosition PropertiesCognex VisionPro 9.8

The CogOCVPatternPosition type exposes the following members.

Properties

  NameDescription
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.
Public propertyExpectedPose
The run-time expected position of a pattern. Character positions in a pattern are specified with respect to the expected position of the pattern.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyRotationUncertainty
Rotation uncertainty specifies the +/- range (in radians) that the pattern may vary from its expected rotation. Uncertainty value must be greater than or equal to zero.
Public propertyScalingUncertainty
Scaling uncertainty specifies the +/- range that the pattern may vary from its expected scaling factor. Uncertainty value must be greater than or equal to zero.
Public propertySelectedSpaceName
Specifies which space of the input image's coordinate space tree is used to define the expected position of the pattern.
Public propertyTranslationUncertainty
Translation uncertainty specifies the +/- range that the pattern may vary from its expected x,y position. Uncertainty value must be greater than or equal to zero.
Top
See Also