TrainingSetImageInfo Class

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

SystemObject
  Stemmer.Cvb.MinosTrainingSetTrainingSetObject
    Stemmer.Cvb.MinosTrainingSetImageInfo

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

public sealed class ImageInfo : TrainingSetTrainingSetObject

The TrainingSetImageInfo 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 propertyInstances
The instances belonging to this model.
Top
Methods

  NameDescription
Public methodCheckConsistency
Test this image for potentially forgotten instances to be trained.
Public methodEquals
Check two ImageInformation objects for equality.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Provide a hash code for this object.
(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.)
Public methodTransformImageAndInstances
Transform this image and all instances trained from this image using a 2x2 matrix.
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