The CogOCRMaxSegmenterLineResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BinarizedRectifiedLineImage |
Return an image of the line of the segmented characters after
rectification, normalization, and binarization.
| |
| Count |
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .) | |
| Diagnostics |
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.
| |
| Invert |
Get the invert value used to binarize the normalized image.
| |
| Item |
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .) | |
| NormalizedRectifiedLineImage |
Return an image of the line of the segmented characters after
rectification and normalization.
| |
| RectifiedLineImage |
Returns an image of the line of the segmented characters after
rectification.
| |
| Threshold |
Get the threshold value used to binarize the normalized image.
|
See Also