CogOCVMaxRunParams StartPoseSearchParams Property Cognex VisionPro 9.21
Gets or sets the search parameters used for pattern alignment in the image when a run pose is being used.

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

public CogOCVMaxSearchParams StartPoseSearchParams { get; set; }

Property Value

Type: CogOCVMaxSearchParams
The search parameters used for pattern alignment in the image when a run pose is being used.
Events

Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this property to NULL.
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
See Also