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

GoldenTemplate2Model Constructor

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

Syntax

public GoldenTemplate2Model
(
	AvlNet.Point2D croppingRectangleOrigin,
	float croppingRectangleAngle,
	float croppingRectangleWidth,
	float croppingRectangleHeight,
	int downscale,
	int[] featureSizes,
	string[] diagFeatureNames,
	AvlNet.Image[] brightImages,
	AvlNet.Image[] darkImages,
	int[] brightThresholds,
	int[] darkThresholds,
	AvlNet.Image[] diagMaxImages,
	AvlNet.Image[] diagMinImages,
	AvlNet.Location[] diagDarkLocations,
	AvlNet.Location[] diagBrightLocations
)

Parameters

Name Type Range Default Description
croppingRectangleOriginAvlNet.Point2D
croppingRectangleAnglefloat
croppingRectangleWidthfloat
croppingRectangleHeightfloat
downscaleint
featureSizesint[]
diagFeatureNamesstring[]
brightImagesAvlNet.Image[]
darkImagesAvlNet.Image[]
brightThresholdsint[]
darkThresholdsint[]
diagMaxImagesAvlNet.Image[]
diagMinImagesAvlNet.Image[]
diagDarkLocationsAvlNet.Location[]
diagBrightLocationsAvlNet.Location[]

See also