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
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| gaussians | System.Collections.Generic.IList<System.Collections.Generic.IList<AvlNet.Gaussian>> | ||||
| models | System.Collections.Generic.IList<string> | ||||
| thresholds | System.Collections.Generic.IList<double> | ||||
| logThresholds | System.Collections.Generic.IList<double> | ||||
| gaussian | bool | ||||
| pyramid | int | ||||
| patch | int | ||||
| overlap | int |
