You are here: Start » AVL.NET » CorrelationMeasure Enumeration
CorrelationMeasure Enumeration
Ways of computing image correlation.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| 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. |
| NormalizedCrossCorrelation | Result is the sum of products of corresponding pixel values of the images. |
