SampleImageList Constructor (Size2D, Int32, Point2D, Point2D, Angle)

CVB.Net Documentation
Create a new and empty image list from scratch.

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

public SampleImageList(
	Size2D featureWindowSize,
	int featureWindowDimension,
	Point2D featureWindowOrigin,
	Point2D maxTranslation,
	Angle maxRotation
)

Parameters

featureWindowSize
Type: Stemmer.CvbSize2D
size of the feature window for that image list
featureWindowDimension
Type: SystemInt32
dimension of the feature windows (number of planes)
featureWindowOrigin
Type: Stemmer.CvbPoint2D
center of the feature window (relative to top left corner)
maxTranslation
Type: Stemmer.CvbPoint2D
maximum translation parameter
maxRotation
Type: Stemmer.CvbAngle
maximum rotation parameter
Exceptions

ExceptionCondition
OutOfMemoryExceptionIf the creation of the copy failed due to an out of memory condition
See Also

Reference