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

See also