CogOCRMaxSegmenterLineResultDiagnostics InitialFragments Property Cognex VisionPro
Returns the initial set of fragments before any fragments have been rejected or split/merged into other fragments

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

public CogOCRMaxSegmenterElementInfoCollection InitialFragments { get; }

Property Value

Type: CogOCRMaxSegmenterElementInfoCollection
The initialFragments value. The default value is gcnew CogOCRMaxSegmenterElementInfoCollection().
See Also