Gets or sets a 6 DOF origin for the pattern. This transform maps
from "Pattern Space" to the selected space of
TrainImage
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 85.1.0.0
Syntax
Property Value
Type: CogTransform2DLinearA 6 DOF generalized pattern origin. Default value is the identity transform shifted to be at the center of the default TrainRegion.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when you attempt to set this to NULL. |
| ObjectDisposedException | Thrown if this CogSearchMaxPattern object has already been disposed. |
Remarks
Note Changing this property causes this CogSearchMaxPattern to become untrained.
Note This CogSearchMaxPattern will sink changed events for the generalized origin that you supply. If the origin changes, and the train mode is CreateDOFTemplates, the CogSearchMaxPattern will become untrained.
See Also