CogOCVMaxRunParams RunPose Property Cognex VisionPro
When this property is not NULL, the search process assumes that the strings will be found very close to this pose.

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

public CogTransform2DLinear RunPose { get; set; }

Property Value

Type: CogTransform2DLinear
The pose that is very close to the strings.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
Remarks

If you provide a run pose, the OCVMax tool can run much faster since it does not need to search the entire image first.

See Also