CogOCRMaxTuneParams PropertiesCognex VisionPro

The CogOCRMaxTuneParams type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
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.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMaxCandidateCount
Controls "how hard" OCRMax tuning will try to find valid parameters by setting the maximum number of internal candidates the tune mechanism will evaluate.
Public propertyMaxNumCharInstancesInFont
Set the maximum number of instances per character that the OCRMax tuning mechanism will include in the tuned font.
Public propertyNumSteps
Controls how many steps the OCRMax tuning mechanism will try when modifying a parameter.
Public propertyPaddingFactor
Controls how "loosely" the OCRMax tuning mechanism will set the segmentation params.
Public propertyRegenerateFont
Controls whether the OCRMax tuning mechanism will regenerate the characters in the pre-existing font.
Public propertyRegionMatchOverlapFrac
Controls how much two character regions must overlap to be considered the same by OCRMax tuning.
Public propertyStateFlags
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.)
Public propertyTunablePropertiesEnable
Enables or disables which parameters of CogOCRMaxTool will be tuned.
Top
See Also