CogOCRMaxSegmenterLineResult PropertiesCognex VisionPro

The CogOCRMaxSegmenterLineResult type exposes the following members.

Properties

  NameDescription
Public propertyBinarizedRectifiedLineImage
Return an image of the line of the segmented characters after rectification, normalization, and binarization.
Public propertyCount
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .)
Public propertyDiagnostics
Returns diagnostic information about the segmented line result. The diagnostics information includes statistical data about the segmented characters as well as some additional info about the intermediate steps that the segmenter took to produce the result.
Public propertyInvert
Get the invert value used to binarize the normalized image.
Public propertyItem
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .)
Public propertyNormalizedRectifiedLineImage
Return an image of the line of the segmented characters after rectification and normalization.
Public propertyRectifiedLineImage
Returns an image of the line of the segmented characters after rectification.
Public propertyThreshold
Get the threshold value used to binarize the normalized image.
Top
See Also