Classifier Methods

CVB.Net Documentation

The Classifier type exposes the following members.

Methods

  NameDescription
Public methodDispose
IDisposable implementation.
(Inherited from ClassifierObject.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from ClassifierObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Inherited from ClassifierObject.)
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.)
Public methodGetVisualization
Create and return a color coded image representation of this ShapeFinder classifier. The colors in the output image correspond to the gradient directions, the positions to the displacement vectors. This visual representation might be useful during interactive supervision and debugging.
(Inherited from ClassifierObject.)
Public methodGetVisualization(Int32)
Create and return a color coded image representation of this ShapeFinder classifier. The colors in the output image correspond to the gradient directions, the positions to the displacement vectors. This visual representation might be useful during interactive supervision and debugging.
(Inherited from ClassifierObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Write the classifier to a file.
(Inherited from ClassifierObject.)
Public methodSearchAll
Use this classifier to perform a ShapeFinder search on an image plane.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Transform this ShapeFinder classifier using a 2x2 matrix.
(Inherited from ClassifierObject.)
Public methodTranslate
Translate this classifier by a selectable offset.
(Inherited from ClassifierObject.)
Top
See Also

Reference