CogOCVMaxPoseHelper InitialPose Property Cognex VisionPro 9.5
Get or set the cached InitialPose. Note that in addition to setting this value directly, one might more typically set this property by calling the InitialPoseEstimate() method.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax

public CogTransform2DLinear InitialPose { get; set; }

Property Value

Type: CogTransform2DLinear
This read/write property is of type CogTransform2DLinear and may never be NULL.
Events

Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this to NULL.
See Also