You are here: Start » AVL.NET » GoldenTemplate2Model Constructor
GoldenTemplate2Model Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public GoldenTemplate2Model ( int downscale, IList<int> featureSizes, IList<string> diagFeatureNames, IList<AvlNet.Image> brightImages, IList<AvlNet.Image> darkImages, IList<int> brightThresholds, IList<int> darkThresholds, AvlNet.Rectangle2D croppingRectangle, AvlNet.Region objectRoi, AvlNet.Region erodedObjectRoi, IList<AvlNet.Image> diagMaxImages, IList<AvlNet.Image> diagMinImages, IList<AvlNet.Location> diagDarkLocations, IList<AvlNet.Location> diagBrightLocations )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| downscale | int | ||||
| featureSizes | System.Collections.Generic.IList<int> | ||||
![]() | diagFeatureNames | System.Collections.Generic.IList<string> | |||
| brightImages | System.Collections.Generic.IList<AvlNet.Image> | ||||
| darkImages | System.Collections.Generic.IList<AvlNet.Image> | ||||
| brightThresholds | System.Collections.Generic.IList<int> | ||||
| darkThresholds | System.Collections.Generic.IList<int> | ||||
| croppingRectangle | AvlNet.Rectangle2D | ||||
| objectRoi | AvlNet.Region | ||||
| erodedObjectRoi | AvlNet.Region | ||||
![]() | diagMaxImages | System.Collections.Generic.IList<AvlNet.Image> | |||
![]() | diagMinImages | System.Collections.Generic.IList<AvlNet.Image> | |||
![]() | diagDarkLocations | System.Collections.Generic.IList<AvlNet.Location> | |||
![]() | diagBrightLocations | System.Collections.Generic.IList<AvlNet.Location> |

