ClassifierObject Class

CVB.Net Documentation
Base class for ShapeFinder classifiers.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.ShapeFinderClassifierObject
    Stemmer.Cvb.ShapeFinderClassifier
    Stemmer.Cvb.ShapeFinder2Classifier

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

public abstract class ClassifierObject : INativeHandle, 
	IDisposable

The ClassifierObject type exposes the following members.

Constructors

  NameDescription
Public methodClassifierObject
Load a saved classifier from a file.
Top
Properties

  NameDescription
Public propertyComment
Comment assigned to the classifier.
Public propertyFeatureWindow
Feature window of this classifier (i.e. the bounding rectangle into which all the classifier's features fit) relative to the classifier's origin.
Public propertyFileName
Name of the file from which this classifier was loaded (string.Empty if this image list was neither loaded nor saved since its construction).
Public propertyGradientType
Gradient type this classifier uses for feature extraction.
Public propertyHandle
Native ShapeFinder2 classifier handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyNumLayers
Number of layers in the classifier (and in the accumulator generated by the search function). In ShapeFinder classifiers layers may be associated with specific classes or rotation information. In ShapeFinder2 the layer count is a purely informational value.
Top
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.)
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.
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSave
Write the classifier to a file.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform
Transform this ShapeFinder classifier using a 2x2 matrix.
Public methodTranslate
Translate this classifier by a selectable offset.
Top
Events

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

Reference