CogPMAlignFlexRunParams DeformationFit Property Cognex VisionPro
Controls the type of fit PatFlex will use to model deformation in the runtime input image.

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

public virtual CogPMAlignFlexDeformationFitConstants DeformationFit { get; set; }

Property Value

Type: CogPMAlignFlexDeformationFitConstants

Implements

ICogPMAlignFlexRunParams DeformationFit
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when this property changes.

The following state flag may be affected:

    Remarks

    Controls the type of fit PatFlex will use to model deformation in the runtime input image.

    If you specify Perspective when you know that only perspective deformation is present, you can generate an accurate deformation result in less time. Specifying SurfaceFlex can model more general deformation but requires more time.

    Default Value: SurfaceFlex

    See Also