SampleImageList Properties

CVB.Net Documentation

The SampleImageList type exposes the following members.

Properties

  NameDescription
Public propertyAverageSampleCount
Average number samples in per class of the sample list.
(Inherited from SampleList.)
Public propertyComment
Classifier comment text.
(Inherited from SampleList.)
Public propertyCreationDate
Date on which the SampleList was created.
(Inherited from SampleList.)
Public propertyFeatureWindowLocation
Location of the feature window (position of left top corner inside the image).
Public propertyFeatureWindowOrigin
Location of the feature window origin in pixel coordinates measured from the left top corner of the feature window.
Public propertyFeatureWindowSize
Size of the 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).
(Inherited from SampleList.)
Public propertyFringes
Fringes (= size difference between the images and the feature window) of the sample images.
Public propertyHandle
Native Manto2 classifier handle.
(Inherited from SampleList.)
Public propertyImageDataType
Data type of the images that can be added to the image list. (all planes must have same data type)
Public propertyImageDimension
Size of the images (in pixels) that can be added to the image list.
Public propertyImageSize
Size of the images (in pixels) that can be added to the image list.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
(Inherited from SampleList.)
Public propertyLabelType
Type of the labels used by this SampleList.
(Inherited from SampleList.)
Public propertyMaxSampleCount
Number samples in the largest class of the sample list.
(Inherited from SampleList.)
Public propertyMinSampleCount
Number samples in the smallest class of the sample list.
(Inherited from SampleList.)
Public propertyModificationDate
Date on which the SampleList was last modified.
(Inherited from SampleList.)
Public propertyNumClasses
Number of distinguishable classes in the sample list.
(Inherited from SampleList.)
Public propertyNumSamples
Total number of samples in the sample list.
(Inherited from SampleList.)
Public propertySampleType
Type of the samples used by this SampleList.
(Overrides SampleListSampleType.)
Top
See Also

Reference