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

TextureModel Constructor

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

Syntax

public TextureModel
(
	IList<IList<AvlNet.Gaussian>> gaussians,
	IList<string> models,
	IList<double> thresholds,
	IList<double> logThresholds,
	bool gaussian,
	int pyramid,
	int patch,
	int overlap
)

Parameters

See also