CogOCVPatternPosition ExpectedPose Property Cognex VisionPro 9.7
The run-time expected position of a pattern. Character positions in a pattern are specified with respect to the expected position of the pattern.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 73.0.0.0
Syntax

public CogTransform2DLinear ExpectedPose { get; set; }

Property Value

Type: CogTransform2DLinear
Events

Event TypeReason
CogOCVPatternPosition Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The expected pose is NULL.

Remarks

The expected position of the pattern in the input image. Character positions in a pattern are specified with respect to the expected position of the pattern.

Default Value: Identity transformation

See Also