You are here: Start » FIL.NET » TextureModel Constructor
TextureModel Constructor
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Syntax
public TextureModel ( IList<IList<FilNet.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<FilNet.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 |