You are here: Start » AVL.NET » AVS.CompareGoldenTemplate2 Method
AVS.CompareGoldenTemplate2 Method
Compares an image with a template image considered to have no defects.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CompareGoldenTemplate2 ( AvlNet.GoldenTemplate2Model inModel, AvlNet.Image inImage, float inSensitivityA, float inSensitivityB, AvlNet.Region outDefects )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inModel | AvlNet.GoldenTemplate2Model | |||
![]() | inImage | AvlNet.Image | Input image. | ||
![]() | 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 | AvlNet.Region |


