NormalizationMethod
Specifies the method that the function uses to normalize the template image relative to the inspection image.
Elements
| Name | Value | Description |
|---|---|---|
| IMAQ_NORMALIZATION_NONE | 0 | No normalization. |
| IMAQ_NORMALIZATION_HISTOGRAM_MATCHING | 1 | Adjust image so its histogram is similar to the golden template's histogram. |
| IMAQ_NORMALIZATION_AVERAGE_MATCHING | 2 | Adjust image so its mean pixel value equals the golden template's mean pixel value. |
| IMAQ_NORMALIZATION_SIZE_GUARD | 0xFFFFFFFF | Reserved |