SampleImageListSetFeatureWindow Method

CVB.Net Documentation
Redefine the feature window of the sample image list. Note that the values provided must be consistent with the image size for which this sample image list has been created, otherwise an exception will be raised.

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

public void SetFeatureWindow(
	Point2D location,
	Size2D size,
	Point2D origin
)

Parameters

location
Type: Stemmer.CvbPoint2D
Feature window location (pixel coordinate of the left top corner) inside the sample images.
size
Type: Stemmer.CvbSize2D
Featurew window size in pixels.
origin
Type: Stemmer.CvbPoint2D
Location of the origin of the feature window (relative to the left top corner of the feature window, in pixels).
See Also

Reference