TrainingSetModelInfo Class

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

SystemObject
  Stemmer.Cvb.MinosTrainingSetTrainingSetObject
    Stemmer.Cvb.MinosTrainingSetModelInfo

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

public sealed class ModelInfo : TrainingSetTrainingSetObject

The TrainingSetModelInfo type exposes the following members.

Properties

  NameDescription
Public propertyAdvanceVector
Advance vector associated with this model.
Public propertyFeatureWindow
Gets or sets the feature window for a Minos Training Set model.
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.
Public propertyName
Gets or sets the name of the model.
Public propertyOrigin
Gets or sets the origin of the model in terms of coordinates inside the feature window
Top
Methods

  NameDescription
Public methodCheckConsistency(Double, Double)
Test all images in the parent training set for instances of this model that might have been forgotten during the training process.
Public methodCheckConsistency(TrainingSetImageInfo, Double, Double)
Test the image referenced by trainingSetImage for instances of this model that might have been forgotten during the training process.
Public methodEquals
Compare a ModelInformation object versus anything else.
(Overrides ObjectEquals(Object).)
Public methodGetExtractableArea
Determine the maximum area from which an instance of this model may be extracted from a given training set image.
Public methodGetHashCode
Build a sensible hash value from the native handle.
(Overrides ObjectGetHashCode.)
Public methodGetMaxFeatureWindow
Retrieve the maximum values that may be set as feature window for this model. The maximum range is calculated based on the actual locations of the model's instances inside the training set images (i.e. on their distance to the image borders...). The minimum value in each direction is of course 0.
Public methodGetMaxFeatureWindow(Int32, Int32, Int32, Int32)
Retrieve the maximum values that may be set as feature window for this model. The maximum range is calculated based on the actual locations of the model's instances inside the training set images (i.e. on their distance to the image borders...). The minimum value in each direction is of course 0.
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