You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inModel | Avl.GoldenTemplate2Model | |||
![]() | inSensitivityA | float | <0.0f, INF> | 1.0f | Usually influences small, distinctive defects. Default value: 1.0f. |
![]() | inSensitivityB | float | <0.0f, INF> | 0.95f | Usually influences bigger, extensive defects. Default value: 0.95f. |
![]() | outDefects | Avl.Region |