Average Difference

The program avediff calculates the average difference between two images. Both absolute and squared differences are computed. (see code)

Command Usage

avediff [options] infile1 infile2 
        [-d]      Print debugging information

Example

gauss input1.im input2.im
disp input1.im input2.im
avediff input1.im input2.im 

AVEDIFF Program - KUIM Version 1.0
Average absolute difference = 5.623093
Average squared difference = 100.732254