CWIMAQNormalizationMethods Enumeration

NI Vision for Visual Basic

CWIMAQNormalizationMethods Enumeration

CWIMAQNormalizationMethods specifies how CWIMAQVision.CompareGoldenTemplate normalizes the golden template to the target image.

You can use the following constants with this data type:

  • cwimaqAverageMatching—Normalize image by shifting intensities by the difference in the mean values.
  • cwimaqHistogramMatching—Normalize image using histogram matching.
  • cwimaqNoNormalization—No normalization.

See Also

CWIMAQVision.CompareGoldenTemplate