Gets or sets a six degree of freedom (DOF) origin for the pattern. This
linear transform maps points from "Pattern Space" to the selected space
of the train image.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 93.1.0.0
Syntax
Property Value
Type: CogTransform2DLinearThe CogTransform2DLinear containing the pose of the origin on the training image. Default value is an identity transform.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | The supplied value is null. |
Remarks
The angle of the pattern origin is reported by the Rotation property of the transform.
The scale of the pattern origin is reported by the Scaling property of the transform.
The transform maps points from "Pattern Space" (i.e. the coordinate space defined by this pattern Origin) to the selected space of the train image. For example, mapping the point (0, 0) through the transform returns the position of the pattern origin in the selected space of the train image.
See Also