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

TextureModel Constructor

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

Syntax

public TextureModel(
	AvlNet.Gaussian[][] gaussians,
	string[] models,
	float[] thresholds,
	float[] logThresholds,
	bool gaussian,
	int pyramid,
	int patch,
	int overlap
)

Parameters

Name Type Range Default Description
gaussiansAvlNet.Gaussian
modelsstring
thresholdsfloat
logThresholdsfloat
gaussianbool
pyramidint
patchint
overlapint

See also