SampleImageList Properties

CVB.Net Documentation

The SampleImageList type exposes the following members.

Properties

  NameDescription
Public propertyClasses
Class collection.
Public propertyExcludedClassIndex
Index of the currently excluded class.
Public propertyFeatureWindowDimension
Dimension of the image list's feature window
Public propertyFeatureWindowOrigin
Origin of the feature window
Public propertyFeatureWindowSize
Size of the image list'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 image list handle.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
Public propertyStatic memberMantoVersion
Schema version of the Manto.dll that is currently being used. You can compare this version versus the Version of a Sample Image List to find out whether saving the Sample Image List will potentially break backward compatibility.
Public propertyMaskImage
Mask image to be applied during learning a classifier. The mask image must have the same size as the feature window!
Public propertyMaxRotation
Maximum rotation possible for automatic sample generation (in degrees).
Public propertyMaxTranslation
Maximum translation in X and Y direction for automatic sample generation.
Public propertyVersion
Schema version of the sample image. The schema version is usually determined by the most up-to-date version of Manto that has saved the image list. Note that when saving an image list with schema version x with a Manto that has schema version y > x then the schema version of the image list becomes y and older versions of Manto will no longer be able to read the list.
Top
See Also

Reference