CogOCVMaxSearchParams Refinement Property Cognex VisionPro
The amount of refinement done on the transform that represents the deformation for a particular character. If None is selected, there may be small amounts of error in the deformation. If Coarse is selected, the transform will be refined to the limit of accuracy of the coarse grain limit used. If Stretch is selected, the transform will also be refined to resolve high-level inaccuracies (extreme warping of a character) that can occur in some applications. If Fine is selected, the transform will additionally be refined to the limit of accuracy of the fine grain limit used, which is probably more than is necessary for OCV in most cases, unless the character size in the image is very small. Less refinement means the tool runs faster.

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

public CogOCVMaxRefinementConstants Refinement { get; set; }

Property Value

Type: CogOCVMaxRefinementConstants
This read/write property of type CogOCVMaxRefinementConstants may be one of: None (least refinement), Coarse, Stretch, or Fine (most refinement).
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
See Also