SampleImageList Methods

CVB.Net Documentation

The SampleImageList type exposes the following members.

Methods

  NameDescription
Protected methodBaseInit
Allows the inheritor to do a reinitialization of the base class parameters.
Protected methodContainsLabelTLabel
Check if the sample list contains a given label...
(Inherited from SampleList.)
Protected methodCreateNativeImageData
Utility function for inheritors that creates a native image data object to be added to the SIL. Make sure to manually release the handle once it is no longer needed!
Public methodDispose
Dispose method that releases the classifier
(Inherited from SampleList.)
Protected methodDispose(Boolean)
IDispose helper function.
(Inherited from SampleList.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Inherited from SampleList.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSampleImage
Retrieve an image by its overall sample index (ranging from 0 to NumSamples-1.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCompatible
Check whether a CVB image is compatible with this image list, i.e. if it is generally possible to add samples from that image to the list.
Protected methodLabelToIndexTLabel
Convert a class label to a class index.
(Inherited from SampleList.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRemoveLabel
Remove a label and all the data objects associated with it based on its index.
(Inherited from SampleList.)
Public methodSave
Save the Manto2 sample list to a file.
(Inherited from SampleList.)
Public methodSetFeatureWindow
Redefine the feature window of the sample image list. Note that the values provided must be consistent with the image size for which this sample image list has been created, otherwise an exception will be raised.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference