The CogOCRMaxTuneParams 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.) | |
| MaxCandidateCount |
Controls "how hard" OCRMax tuning will try to find valid parameters
by setting the maximum number of internal candidates the tune
mechanism will evaluate.
| |
| MaxNumCharInstancesInFont |
Set the maximum number of instances per character that the
OCRMax tuning mechanism will include in the tuned font.
| |
| NumSteps |
Controls how many steps the OCRMax tuning mechanism will
try when modifying a parameter.
| |
| PaddingFactor |
Controls how "loosely" the OCRMax tuning mechanism will
set the segmentation params.
| |
| RegenerateFont |
Controls whether the OCRMax tuning mechanism will
regenerate the characters in the pre-existing font.
| |
| RegionMatchOverlapFrac |
Controls how much two character regions must overlap to
be considered the same by OCRMax tuning.
| |
| 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.) | |
| TunablePropertiesEnable |
Enables or disables which parameters of CogOCRMaxTool
will be tuned.
|
See Also