CogPMAlignFlexRunParams MaxDeformationRate Property Cognex VisionPro
The maximum deformation rate to be accommodated in a PatFlex alignment.

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

public virtual double MaxDeformationRate { get; set; }

Property Value

Type: Double

Implements

ICogPMAlignFlexRunParams MaxDeformationRate
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is less than 0.0 or greater than 1.0.

    Remarks

    The maximum deformation rate to be accommodated in a PatFlex alignment.

    Increasing values require more training time and may cause spurious matches at run time.

    Default Value: 0.3

    See Also