CorrelationMeasure

Description

Ways of computing image correlation.

Values of this enumeration:

  • NormalizedCrossCorrelation - Result is the sum of products of corresponding pixel values of the images.
  • CrossCorrelation - Result is the normalized sum of products of corresponding pixel values of the images. This value always lies in closed interval \([-1,1]\), with \(1\) indicating the images ideal correlation.