CogOCRMaxSegmenterLineResultDiagnostics NumRejectedCharacterFragmentsOutsideLineBounds Property Cognex VisionPro
Returns the number of fragments that were rejected because they were too far from the main line _AND_ did not overlap it sufficiently to be included.

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

public int NumRejectedCharacterFragmentsOutsideLineBounds { get; }

Property Value

Type: Int32
The NumRejectedCharacterFragmentsOutsideLineBounds value. The default value is 0.
See Also