CogOCVMaxSearchParams AcceptThreshold Property Cognex VisionPro
This threshold is used to locate character shapes in the runtime image.

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

public double AcceptThreshold { get; set; }

Property Value

Type: Double
This read/write property of type Double must have a value between 0 and 1 inclusive.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than zero or greater than one.
ObjectDisposedExceptionIf this CogOCVMaxSearchParams object has already been disposed.
See Also