Classifier Methods

CVB.Net Documentation

The Classifier type exposes the following members.

Methods

  NameDescription
Public methodDispose
IDisposable implementation.
Protected methodDispose(Boolean)
IDispose helper function.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead(ImagePlane, Area2D, Double, Area2D)
Reads a list of characters, using the following approach:
  1. To begin with, the first object in the startAOI will be searched.
  2. This result's advance vector will be added to this result's position; around the result position, the ocrAOI will be centered.
  3. The result area will be used as the AOI for a new FindFirst search operation.
The whole process will be repeated until no more results are encountered. String of up to 32k characters are read.
Public methodRead(ImagePlane, ReadMode, Area2D, Double, Area2D, SearchResult)
Reads a string of characters, using the following approach:
  1. To begin with, the first object in the startAOI will be searched.
  2. This result's advance vector will be added to this result's position; around the result position, the ocrAOI will be centered.
  3. The result area will be used as the AOI for a new FindFirst search operation.
The whole process will be repeated until no more results are encountered. String of up to 32k characters are read.
Public methodSave
Write the classifier to a file.
Public methodSearch(ImagePlane, SearchMode)
Search one object using this Minos classifier.
Public methodSearch(ImagePlane, SearchMode, Double)
Search one object using this Minos classifier.
Public methodSearch(ImagePlane, SearchMode, Area2D, Double)
Search one object using this Minos classifier.
Public methodSearchAll(ImagePlane, Int32)
Overloaded SearchAll function (re-routes with default arguments for area and density)
Public methodSearchAll(ImagePlane, Double, Int32)
Overloaded SearchAll function (re-routes with default arguments for area)
Public methodSearchAll(ImagePlane, Area2D, Double, Int32)
Search all objects using this Minos classifier
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Generate a new classifier by transforming this classifier with a 2x2 transformation matrix.
Top
See Also

Reference