CogPMAlignCompositeDataItem Pose Property Cognex VisionPro
Gets or sets the pattern pose in the training image Pose.

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

public CogTransform2DLinear Pose { get; set; }

Property Value

Type: CogTransform2DLinear
The default value is null.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfPose state flag may be affected.
Remarks

Transform from pattern space to the selected space of the train image. The train image is the image held by the Image property in this data item.
See Also