Classifier Methods

CVB.Net Documentation

The Classifier type exposes the following members.

Methods

  NameDescription
Public methodAppend
Append another classifier to this one. Appending means that the layers contained in clf will be appended to the layers of this classifier, so the layers (which may be considered models) of the two classifiers are left unchanged. Note that both classifiers involved must use the same gradient type.
Public methodDeleteFeatures
Delete features in a given window from this classifier.
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 methodReverseContrasts
Reverse the contrasts on this ShapeFinder classifier.
Public methodSave
Write the classifier to a file.
(Inherited from ClassifierObject.)
Public methodSearchAll
Search for all matches inside an image plane.
Public methodSearchBest
Search for the best pattern match in the 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.)
Public methodTruncateFeatures
Shorten the list of classifier features based on each feature's quality.
Top
See Also

Reference