ImageInstanceInfoCollection Methods

CVB.Net Documentation

The TrainingSetImageInstanceInfoCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Extract a new instance from the parent image and added it to the model with the specified name.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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.)
Public methodRemove(Int32)
Remove an instance from the training set.
(Inherited from TrainingSetInstanceInfoCollection.)
Public methodRemove(TrainingSetInstanceInfo)
Remove an instance from the training set.
(Inherited from TrainingSetInstanceInfoCollection.)
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.)
Public methodTryAdd
Extract a new instance from the parent image and added it to the model with the specified name.
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