The CogOCRMaxSegmenterFragmentStatistics type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| MaxContrast |
Returns maximum contrast for all fragments
| |
| MaxDistanceToMainLine |
Returns maximum vertical distance of all fragments to main line
as a percentage of line height.
| |
| MaxNumPixels |
Returns maximum number of pixels for all fragments
| |
| MaxY |
The maximim Y coordinate of the bottom of all fragments in
the normalized/binarized image
| |
| MinContrast |
Returns minimum contrast for all fragments
| |
| MinNumPixels |
Returns minimum number of pixels for all fragments
| |
| MinY |
The minimum Y coordinate of the top of all fragments in
the normalized/binarized image
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) |
See Also