Gets or sets the pattern pose in the training image Pose.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
public CogTransform2DLinear Pose { get; set; }public CogTransform2DLinear Pose { get; set; }Public Property Pose As CogTransform2DLinear
Get
Set
Public Property Pose As CogTransform2DLinear
Get
Set
public:
property CogTransform2DLinear^ Pose {
CogTransform2DLinear^ get ();
void set (CogTransform2DLinear^ value);
}public:
property CogTransform2DLinear^ Pose {
CogTransform2DLinear^ get ();
void set (CogTransform2DLinear^ value);
}Property Value
Type:
CogTransform2DLinearThe default value is null.
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.