CogOCVMaxPattern CharacterRegistration Property Cognex VisionPro
Gets or sets the type of registration (fitting) done for each character found.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax

public CogOCVMaxCharacterRegistrationConstants CharacterRegistration { get; set; }

Property Value

Type: CogOCVMaxCharacterRegistrationConstants
The type of registration (fitting) done for each character found.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
Remarks

If the registration type is Standard, the registration is done with five degrees of freedom (affine, without skew). This registration type takes the shortest amount of time to run.

If the registration type is Bent, the registration is done with an affine transformation and is then further refined to model small amounts of warping to the limits set by the runtime refinement value .

If the registration type is Nonlinear, the registration is done with a nonlinear transformation that can model significant deformations of the runtime characters. This registration type takes the longest amount of time to run.

If the registration type is Correlation, the registration is done using correlation technology with at most translation, rotation, and uniform scale. The maximum possible runtime ranges for rotation and uniform scale must be specified at training time.

See Also