TrainingSetModelInfoGetMaxFeatureWindow Method (Int32, Int32, Int32, Int32)

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 void GetMaxFeatureWindow(
	out int left,
	out int top,
	out int right,
	out int bottom
)

Parameters

left
Type: SystemInt32
maximum possible value for the left edge of the feature window
top
Type: SystemInt32
maximum possible value for the top edge of the feature window
right
Type: SystemInt32
maximum possible value for the right edge of the feature window
bottom
Type: SystemInt32
maximum possilbe value for the bottom edge of the feature window
See Also

Reference