Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 80.0.0.0
Property Value
Type: CogOCVMaxCharacterRegistrationConstantsThe type of registration (fitting) done for each character found.
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
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.