CogOCRMaxClassifierRunParams PropertiesCognex VisionPro 9.8

The CogOCRMaxClassifierRunParams type exposes the following members.

Properties

  NameDescription
Public propertyAcceptThreshold
The accept threshold.
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 propertyConfidenceThreshold
The confidence threshold.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyKeepProcessedImage
Whether to keep around the processed image corresponding to the run-time input rectified image. This processed image is usually provided for diagnostic purposes and is usually disabled for production runs.
Public propertyReportSkippedTrainCharacterIndices
Whether to include in the result object the set of train character indices which were skipped because they did not satisfy the scale constraints.
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 propertyUseXScaleFilter
Whether to use the x-scale filter.
Public propertyUseYScaleFilter
Whether to use the y-scale filter.
Public propertyXScaleFilterHigh
The high value for x-scale filter range for skipping candidate classes/instances whose rectified training image's y-size (i.e. width) is beyond the range specified here.
Public propertyXScaleFilterLow
The low value for x-scale filter range for skipping candidate classes/instances whose rectified training image's x-size (i.e. width) is beyond the range specified here.
Public propertyYScaleFilterHigh
The high value for y-scale filter range for skipping candidate classes/instances whose rectified training image's y-size (i.e. height) is beyond the range specified here.
Public propertyYScaleFilterLow
The low value for y-scale filter range for skipping candidate classes/instances whose rectified training image's y-size (i.e. height) is beyond the range specified here.
Top
See Also