ICogPMAlignFlexRunParams Smoothness Property Cognex VisionPro 9.7
The smoothness value used in fitting the deformation transform to the runtime input image.

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

double Smoothness { get; set; }

Property Value

Type: Double
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.

    Remarks

    The smoothness value used in fitting the deformation transform to the runtime input image.

    Note: A value of 0.0 indicates that no smoothing is done, which may produce a less accurate overall result, while a value approaching infinity indicates that the transformation is affine.

    Default Value: 3.0

    See Also