TrainingSetInstanceInfoCollection Class

CVB.Net Documentation
Class that maintains the collection of Training Images inside a Minos Training Set.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionTrainingSet, TrainingSetInstanceInfo
    Stemmer.Cvb.MinosTrainingSetTrainingSetObjectInfoCollectionTrainingSet, TrainingSetInstanceInfo
      Stemmer.Cvb.MinosTrainingSetInstanceInfoCollection
        Stemmer.Cvb.MinosTrainingSetImageInstanceInfoCollection
        Stemmer.Cvb.MinosTrainingSetModelInstanceInfoCollection

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

public class InstanceInfoCollection : TrainingSetTrainingSetObjectInfoCollection<TrainingSet, TrainingSetInstanceInfo>

The TrainingSetInstanceInfoCollection 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.
Top
Methods

  NameDescription
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.
(Overrides InfoCollectionTParent, TInfoGetCount.)
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 methodIndexOf
Determine the index of an image information object inside this collection.
(Inherited from TrainingSetTrainingSetObjectInfoCollectionTParent, TInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Int32)
Remove an instance from the training set.
Public methodRemove(TrainingSetInstanceInfo)
Remove an instance from the training set.
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 fieldcollectionParent_
The instance collection needs the collection parent handle in addition to the MTS handle as the instance collection appears twice: once inside the model, and once inside the image.
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