TrainingSetInstanceInfo Class

CVB.Net Documentation
InstanceInformation that has been added to a training set.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.MinosTrainingSetTrainingSetObject
    Stemmer.Cvb.MinosTrainingSetInstanceInfo

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

public sealed class InstanceInfo : TrainingSetTrainingSetObject

The TrainingSetInstanceInfo type exposes the following members.

Properties

  NameDescription
Public propertyImage
Image representation of this object.
(Inherited from TrainingSetTrainingSetObject.)
Public propertyIndex
Index of this object in the parent's collection.
(Inherited from TrainingSetTrainingSetObject.)
Public propertyLocation
Position in the SourceImage from which this instance has been extracted.
Public propertyModel
The Training Set Model into which this instance has been trained.
Public propertySourceImage
The image from which this instance has been trained.
Top
Methods

  NameDescription
Public methodEquals
Comparison for the wrapper object for our unmanaged instance data should not be left to CLR.
(Overrides ObjectEquals(Object).)
Public methodGetCorrelation
Retrieve the correlation between this instance image and the model image.
Public methodGetHashCode
Build a sensible hash value from the native handle.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Comparison operator for instance information objects.
Public operatorStatic memberInequality
Comparison operator for instance information objects.
Top
See Also

Reference