CogOCVMaxRefinementConstants EnumerationCognex VisionPro 9.5
Constants used to specify the amount of refinement done on the transform that represents the deformation for a particular character.

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

public enum CogOCVMaxRefinementConstants
Members

  Member nameValueDescription
None0Perform no refinement. There may be small amounts of error in the transform.
Coarse1The transform will be refined to a limited accuracy.
Stretch2The transform will be refined as with Coarse, but will also be refined to resolve high-level inaccuracies (extreme warping of a character).
Fine3The transform will be refined as with Stretch, but will additionally be refined to a high accuracy.
See Also