Classifier Class

CVB.Net Documentation
Manto classifier object.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.MantoClassifier

Namespace:  Stemmer.Cvb.Manto
Assembly:  Stemmer.Cvb.Manto (in Stemmer.Cvb.Manto.dll) Version: 14.0.0.0
Syntax

public class Classifier : INativeHandle, IDisposable

The Classifier type exposes the following members.

Constructors

  NameDescription
Public methodClassifier
Constructor that loads a classifier from a file
Top
Properties

  NameDescription
Public propertyClasses
Collection of classes in this classifier.
Public propertyComment
Textual comment for the classifier.
Public propertyDecisionBoundary
Decision boundary setting that has been used for classifier generation.
Public propertyExcludedClassIndex
index of the currently excluded class.
Public propertyFeatureWindowDimension
Dimension of the classifier's feature window.
Public propertyFeatureWindowOrigin
Dimension of the classifier's feature window.
Public propertyFeatureWindowSize
Size of the classifier's feature window.
Public propertyFileName
Name of the file from which this image list was loaded (string.Empty if this image list was neither loaded nor saved since its construction).
Public propertyHandle
Native Manto classifier handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyPreprocessingCode
Retrieves the preprocessing code that has been used for generating this Manto classifier.
Top
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
Events

  NameDescription
Public eventObjectDisposing
Raised when this object is about to be disposed via the Dispose method.
Top
See Also

Reference