SampleRegressionImageList Methods

CVB.Net Documentation

The SampleRegressionImageList type exposes the following members.

Methods

  NameDescription
Protected methodBaseInit
Allows the inheritor to do a reinitialization of the base class parameters.
(Inherited from SampleImageList.)
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!
(Inherited from SampleImageList.)
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.
(Inherited from SampleImageList.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValueForSample
Retrieve the label information that goes with a given sample.
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.
(Inherited from SampleImageList.)
Protected methodLabelToIndexTLabel
Convert a class label to a class index.
(Overrides SampleListLabelToIndexTLabel(TLabel).)
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.
(Inherited from SampleImageList.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransform(SampleListDataTransformImageToImage)
Transform this Sample Image List into a new sample image list by transforming each sample inside it.
Public methodTransform(SampleListLabelTransformVectorToString)
Transform this Sample Image List into a new sample image list by transforming each label inside it.
Public methodTransform(SampleListLabelTransformVectorToVector)
Transform this Sample Image List into a new sample image list by transforming each label inside it.
Top
See Also

Reference