TrainingSetModelInfoFeatureWindow Property

CVB.Net Documentation
Gets or sets the feature window for a Minos Training Set model.

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

public Rect FeatureWindow { get; set; }

Property Value

Type: Rect
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
ArgumentExceptionwhen trying to set a feature window that is not compatible with the geometry of the already trained models and the training set images
See Also

Reference