SampleClassificationImageList Properties

CVB.Net Documentation

The SampleClassificationImageList type exposes the following members.

Properties

  NameDescription
Public propertyAverageSampleCount
Average number samples in per class of the sample list.
(Inherited from SampleList.)
Public propertyClasses
Class collection.
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).
(Inherited from SampleImageList.)
Public propertyFeatureWindowOrigin
Location of the feature window origin in pixel coordinates measured from the left top corner of the feature window.
(Inherited from SampleImageList.)
Public propertyFeatureWindowSize
Size of the feature window.
(Inherited from SampleImageList.)
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.
(Inherited from SampleImageList.)
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)
(Inherited from SampleImageList.)
Public propertyImageDimension
Size of the images (in pixels) that can be added to the image list.
(Inherited from SampleImageList.)
Public propertyImageSize
Size of the images (in pixels) that can be added to the image list.
(Inherited from SampleImageList.)
Public propertyIsDisposed
Tests if the native handle has already been disposed.
(Inherited from SampleList.)
Public propertyLabelType
Type of the labels used by this SampleList.
(Overrides SampleListLabelType.)
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.
(Inherited from SampleImageList.)
Top
See Also

Reference