ModelInfo Methods

CVB.Net Documentation

The TrainingSetModelInfo type exposes the following members.

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
See Also

Reference