CogPatInspectTool Pose Property Cognex VisionPro
Transform which maps from "Pattern Space" to the selected space of the input image and is used to align the pattern with the features that will be inspected in the input image.

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

public CogTransform2DLinear Pose { get; set; }

Property Value

Type: CogTransform2DLinear
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Transform which maps from "Pattern Space" to the selected space of the input image and is used to align the pattern with the features that will be inspected in the input image.

Default Value: A default constructed linear transform

See Also