CogPMAlignRunParams StartPose Property Cognex VisionPro
Transform that defines the starting model pose within the input image.

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

public CogTransform2DLinear StartPose { get; set; }

Property Value

Type: CogTransform2DLinear
Remarks

The start pose is a two-dimensional linear transformation the defines the location of the model within the input image.

When RunMode is RefineStartPose, the PatMax Align tool refines the pose rather than searching the image for instances of the model.

This property is ignored if RunMode is SearchImage.

See Also