You are here: Start » AVL.NET » TexemModel Constructor

TexemModel Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public TexemModel
(
	int pyramidHeight,
	bool gaussianPyramid,
	int gaussianKernel,
	int tileSize,
	int modelType,
	AvlNet.NDGaussianMixtureParams[] models
)

Parameters

Name Type Range Default Description
pyramidHeightint
gaussianPyramidbool
gaussianKernelint
tileSizeint
modelTypeint
modelsAvlNet.NDGaussianMixtureParams[]

See also