Classifier Methods

CVB.Net Documentation

The Classifier type exposes the following members.

Methods

  NameDescription
Public methodDispose
Dispose method that releases the classifier
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 methodSave
Save the classifier to a file.
Public methodSearch(Image, Rect, Boolean, Double)
Search for the result with the highest confidence.
Public methodSearch(Image, Rect, Boolean, Double, Image)
Search for the result with the highest confidence.
Public methodSearchAll(Image, Rect, Boolean, Double, Int32)
Search for all occurrences of a known class in an image.
Public methodSearchAll(Image, Rect, Boolean, Double, Int32, Int32)
Search for all occurrences of a known class in an image.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference