CogOCVMaxRunParams ImageSearchParams Property Cognex VisionPro
Gets or sets the search parameters used for pattern alignment in the image.

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

public CogOCVMaxSearchParams ImageSearchParams { get; set; }

Property Value

Type: CogOCVMaxSearchParams
The search parameters used for pattern alignment in the image.
Events

Exceptions

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