CogPatInspectPattern Origin Property Cognex VisionPro 9.21
A 6 DOF origin for the pattern. This transform maps from "Pattern Space" to the selected space of TrainImage.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 83.0.0.0
Syntax

public CogTransform2DLinear Origin { get; set; }

Property Value

Type: CogTransform2DLinear
Events

Event TypeReason
CogPatInspectPattern Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is NULL.

Remarks

A generalized pattern origin that describes how the pattern in the run-time image is different from the trained pattern. The PatInspect tool uses this transformation to map from "Pattern Space" to the selected space of the TrainImage.

Default Value: The identity transform.

See Also