M-File Help: sad View code for sad

sad

Sum of absolute differences

m = sad(i1, i2) is the sum of absolute differences between the two equally sized image patches i1 and i2. The result m is a scalar that indicates image similarity, a value of 0 indicates identical pixel patterns and is increasingly positive as image dissimilarity increases.

See also

zsad, ssd, ncc, isimilarity


 

© 1990-2012 Peter Corke.