You are here: Start » AVL.NET » Invoke.CompareGoldenTemplate2

Invoke.CompareGoldenTemplate2

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CompareGoldenTemplate2
(
	Avl.Image inImage,
	Avl.GoldenTemplate2Model inModel,
	float inSensitivityA,
	float inSensitivityB,
	Avl.Region outDefects
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inModelAvl.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.
outDefectsAvl.Region

See also