TrainingSetModelInfoGetMaxFeatureWindow Method

CVB.Net Documentation
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.

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

public Rect GetMaxFeatureWindow()

Return Value

Type: Rect
Maximum feature window extent.
See Also

Reference