ClassifierObject Properties

CVB.Net Documentation

The ClassifierObject type exposes the following members.

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
See Also

Reference