You are here: Start » AVL.NET » AVS.CompareGoldenTemplate2 Method

AVS.CompareGoldenTemplate2 Method

Compares an image with a multi-image model using an ensemble of image features approach.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CompareGoldenTemplate2
(
	AvlNet.Image inImage,
	AvlNet.GoldenTemplate2Model inModel,
	float inSensitivityA,
	float inSensitivityB,
	AvlNet.Region outDefects
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inModelAvlNet.GoldenTemplate2Model
inSensitivityAfloat<0.0f, INF>1.0fUsually influences small, distinctive defects. Default value: 1.0f.
inSensitivityBfloat<0.0f, INF>0.95fUsually influences bigger, extensive defects. Default value: 0.95f.
outDefectsAvlNet.Region

See also