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

GoldenTemplate2Model Constructor

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

Syntax

public GoldenTemplate2Model
(
	int downscale,
	int[] featureSizes,
	string[] diagFeatureNames,
	AvlNet.Image[] brightImages,
	AvlNet.Image[] darkImages,
	int[] brightThresholds,
	int[] darkThresholds,
	AvlNet.Rectangle2D croppingRectangle,
	AvlNet.Region objectRoi,
	AvlNet.Region erodedObjectRoi,
	AvlNet.Image[] diagMaxImages,
	AvlNet.Image[] diagMinImages,
	AvlNet.Location[] diagDarkLocations,
	AvlNet.Location[] diagBrightLocations
)

Parameters

Name Type Range Default Description
downscaleint
featureSizesint[]
diagFeatureNamesstring[]
brightImagesAvlNet.Image[]
darkImagesAvlNet.Image[]
brightThresholdsint[]
darkThresholdsint[]
croppingRectangleAvlNet.Rectangle2D
objectRoiAvlNet.Region
erodedObjectRoiAvlNet.Region
diagMaxImagesAvlNet.Image[]
diagMinImagesAvlNet.Image[]
diagDarkLocationsAvlNet.Location[]
diagBrightLocationsAvlNet.Location[]

See also