The CogOCVPatternPosition type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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. | |
| ExpectedPose | The run-time expected position of a pattern. Character positions in a pattern are specified with respect to the expected position of the pattern. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| RotationUncertainty | 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. | |
| ScalingUncertainty | 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. | |
| SelectedSpaceName | Specifies which space of the input image's coordinate space tree is used to define the expected position of the pattern. | |
| TranslationUncertainty | 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. |
See Also