CogOCVMaxCharacterRegistrationConstants EnumerationCognex VisionPro 9.7
Constants used to select the type of registration (fitting) done for each character found.

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

public enum CogOCVMaxCharacterRegistrationConstants
Members

  Member nameValueDescription
Standard1Registration is done with five degrees of freedom (affine, without skew). This takes the shortest time to run.
Bent2Registration is done with an affine transformation and is then further refined to model small amounts of warping.
Nonlinear3Registration is done entirely with a nonlinear transform that can model significant deformations of the runtime characters. This takes the longest time to run.
Correlation4Registration 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