Classifier Properties

CVB.Net Documentation

The Classifier type exposes the following members.

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

Reference