CogOCVCharacterPosition PropertiesCognex VisionPro 9.8 SR1

The CogOCVCharacterPosition 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 propertyFontModelCount
Number of model candidates for this position. OCV verifies the highest scoring candidate. Models are specified using FontModelName & FontModelInstance. Increasing count adds models with an empty name and instance of zero. Decreasing removes candidates.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyRotation
The expected rotation, in radians, of this character position. The character position is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time.
Public propertyRotationUncertainty
Rotation uncertainty specifies the expected +/- range, in radians, of the image-to-image variation of a character's rotation. This is an unsigned value.
Public propertyRunTimeAcceptThreshold
The accept threshold specifies the matching score below which a character will fail verification.
Public propertyRunTimeConfidenceThreshold
The confidence score is the amount that a character's matching score must exceed the highest scoring confusing character in order to pass verification.
Public propertyScaling
The expected scaling factor of this character position. The character position is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time.
Public propertyScalingUncertainty
Scaling uncertainty specifies the expected +/- range of the of the image-to-image variation of a character's scaling factor. This is an unsigned value.
Public propertyTranslationUncertainty
Translation uncertainty specifies the expected +/- range of the image-to-image variation of a character's x,y position. This is an unsigned value.
Public propertyTranslationX
The expected X coordinate of this character position. This is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time.
Public propertyTranslationY
The expected Y coordinate of this character position. This is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time.
Public propertyUsePatternCharacterUncertainties
If true then this character position will use the common uncertainty settings in the pattern. Otherwise, this position will use the uncertainty settings specified by its own properties.
Public propertyUsePatternRunTimeCharacterThresholds
If set, the thresholds for the location will come from pattern's character location settings when the run-time parameter is built.
Top
See Also