ICogPMAlignFlexRunParams ControlPointsX Property Cognex VisionPro
The number of control points in the X direction. Increasing the number of control points allows the transform to better match patterns with areas of heavily local deformation (i.e., sharper features).

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

int ControlPointsX { get; set; }

Property Value

Type: Int32
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 2.

    Remarks

    The number of control points in the X direction. Increasing the number of control points allows the transform to better match patterns with areas of heavily local deformation (sharper features).

    Default Value: 6

    See Also