SampleClassificationImageListImageClassificationInfoCollection Class

CVB.Net Documentation
Collection of class information inside a classification sample list.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionSampleList, SampleClassificationImageListImageClassificationLabelInfo
    Stemmer.Cvb.SampleDatabaseSampleListLabelInfoCollectionSampleClassificationImageListImageClassificationLabelInfo, Image
      Stemmer.Cvb.SampleDatabaseSampleClassificationImageListImageClassificationInfoCollection

Namespace:  Stemmer.Cvb.SampleDatabase
Assembly:  Stemmer.Cvb.SampleDatabase (in Stemmer.Cvb.SampleDatabase.dll) Version: 14.0.0.0
Syntax

public class ImageClassificationInfoCollection : SampleListLabelInfoCollection<SampleClassificationImageListImageClassificationLabelInfo, Image>

The SampleClassificationImageListImageClassificationInfoCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Number of elements in the collection.
(Inherited from InfoCollectionTParent, TInfo.)
Public propertyItem
Index-based item access.
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Public propertyParentList
SampleList object to which this class file object is bound
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Top
Methods

  NameDescription
Public methodAdd
Add a sample to a new class. If the class indicated by the label already exists the sample will be added to the existing class.
Public methodClear
Remove all labels (and their associated data) from the Sample List.
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCount
Parent class calls this method to determine the number of objects in the collection.
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInfo
Parent class calls this method to extract one info object by index.
(Overrides InfoCollectionTParent, TInfoGetInfo(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasLabel
Check if a given label is already present in the classes collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeClasses(String, String)
Merge two classes into one class. The class label will be taken from the 2nd class index. Note that this operation will invalidate all indices higher than fromLabel.
Public methodMergeClasses(Int32, Int32)
Merge two classes into one class. The class label will be taken from the 2nd class index. Note that this operation will invalidate all indices higher than fromIndex.
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Public methodRemove(String)
Remove a class and all the data objects associated with it based on its name.
Public methodRemove(Int32)
Remove a class by Index.
(Inherited from SampleListLabelInfoCollectionTLabelInformation, TData.)
Public methodToArray
Converts this collection into an array.
(Inherited from InfoCollectionTParent, TInfo.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldParent
Parent image reference helps keeping track of the lifetime and provides the information basis for index access
(Inherited from InfoCollectionTParent, TInfo.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableTInfoGetEnumerator
Provides the enumerator for plane information access.
(Inherited from InfoCollectionTParent, TInfo.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Provides the enumerator for type-unsafe information access.
(Inherited from InfoCollectionTParent, TInfo.)
Top
See Also

Reference