Constants used to select the type of registration (fitting) done for each character found.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Standard | 1 | Registration is done with five degrees of freedom (affine, without skew). This takes the shortest time to run. | |
| Bent | 2 | Registration is done with an affine transformation and is then further refined to model small amounts of warping. | |
| Nonlinear | 3 | Registration is done entirely with a nonlinear transform that can model significant deformations of the runtime characters. This takes the longest time to run. | |
| Correlation | 4 | 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