SampleRegressionImageList Constructor

CVB.Net Documentation
Create a sample image list suitable for regression tasks.

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

public SampleRegressionImageList(
	SampleListImageDataType imageDataType,
	int regressionDimension
)

Parameters

imageDataType
Type: Stemmer.Cvb.SampleDatabaseSampleListImageDataType
Data type of the images to be added to the sample image list.
regressionDimension
Type: SystemInt32
Dimension of the regression vector. Must be greater than 0 and less than or equal REGRESSIONDIMENSIONMAX.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the regressionDimension parameter is outside the range ]0...REGRESSIONDIMENSIONMAX]
OutOfMemoryExceptionIf the creation of the sample image list failed.
See Also

Reference