You are here: Start » AVL.NET » CorrelationMeasure Enumeration

CorrelationMeasure Enumeration

Ways of computing image correlation.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
CrossCorrelationResult 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.
NormalizedCrossCorrelationResult is the sum of products of corresponding pixel values of the images.

Remarks

See also