Classifier Class

CVB.Net Documentation
ShapeFinder2 classifier object.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.ShapeFinderClassifierObject
    Stemmer.Cvb.ShapeFinder2Classifier

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

public class Classifier : ClassifierObject

The Classifier type exposes the following members.

Constructors

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

  NameDescription
Public propertyCoarseFeatures
Features the classifier uses on the coarsely granular level.
Public propertyCoarseScale
Scale factor between the fine and the coarse feature level.
Public propertyComment
Comment assigned to the classifier.
(Inherited from ClassifierObject.)
Public propertyContrastMode
Contrast mode for which this classifier has been created.
Public propertyExtent
Training window of the classes in the classifier relative to the anchor point.
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.
(Inherited from ClassifierObject.)
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).
(Inherited from ClassifierObject.)
Public propertyFineFeatures
Features the classifier uses on the finely granular level.
Public propertyGradientType
Gradient type this classifier uses for feature extraction.
(Inherited from ClassifierObject.)
Public propertyHandle
Native ShapeFinder2 classifier handle.
(Inherited from ClassifierObject.)
Public propertyIsDisposed
Tests if the native handle has already been disposed.
(Inherited from ClassifierObject.)
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.
(Inherited from ClassifierObject.)
Public propertyRotation
Range of rotations for which this classifier has been generated. Rotations are given in degrees.
Public propertyRotationStep
Step size at which the rotations in the classifier have been generated. Rotations steps are given in degrees.
Public propertyScale
Range of scales for which this classifier has been generated.
Public propertyScaleStep
Step size at which the scales in the classifier have been generated.
Top
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
Events

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

Reference