CogPMAlignFlexRunParams Refinement Property Cognex VisionPro 9.5
The amount of refinement done on the deformation transform. A value of 'None' may contain some error. Higher levels of refinement will be more accurate at the expense of time.

Namespace: Cognex.VisionPro.PMAlign.Implementation.Internal
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public virtual CogPMAlignFlexRefinementConstants Refinement { get; set; }

Property Value

Type: CogPMAlignFlexRefinementConstants

Implements

ICogPMAlignFlexRunParams Refinement
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is not a member of CogPMAlignFlexRefinementConstants.

    Remarks

    The amount of refinement done on the deformation transform. Specifying None may produce some error. Higher levels of refinement will be more accurate at the expense of time.

    Default Value: Coarse

    See Also