SampleImageListGetTotalExtractionWindow Method (Size2D, Point2D, Point2D, Angle)

CVB.Net Documentation
Determine the total feature window parameters based on the current SIL parameters. The width and height of the Rect returned by this function are the minimum width and height of an image that can be passed into a sample image list created with the parameters passed into this function.

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

public static Rect GetTotalExtractionWindow(
	Size2D featureWindowSize,
	Point2D featureWindowOrigin,
	Point2D maxTranslation,
	Angle maxRotation
)

Parameters

featureWindowSize
Type: Stemmer.CvbSize2D
size of the feature window
featureWindowOrigin
Type: Stemmer.CvbPoint2D
origin of the feature window
maxTranslation
Type: Stemmer.CvbPoint2D
maximum translation
maxRotation
Type: Stemmer.CvbAngle
maximum rotation

Return Value

Type: Rect
the total feature window of a SIL created with the parameters passed
See Also

Reference