CogOCRMaxSegmenter IgnoreBorderFragments Property Cognex VisionPro 9.22
Whether to completely ignore any fragments that touch any border of the ROI. Ignoring such fragments can be useful for non-text features such as the edges of labels that might be included within the ROI.

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

public bool IgnoreBorderFragments { get; set; }

Property Value

Type: Boolean
The IgnoreBorderFragments value. The default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfIgnoreBorderFragments
Remarks

Stage: Fragment

See Also