AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
February 2010

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2010.02.08 21:39 "FFT on two TIFF images", by Richard Nolde
2010.02.08 23:05 "Re: FFT on two TIFF images", by Andy Cave
2010.02.09 08:16 "Re: FFT on two TIFF images", by Debora Gil
2010.02.09 09:11 "Re: FFT on two TIFF images", by <jcupitt@gmail.com>
2010.02.09 15:39 "Re: FFT on two TIFF images", by Lee Howard
2010.02.09 16:37 "Re: FFT on two TIFF images", by Bob Friesenhahn

2010.02.09 16:37 "Re: FFT on two TIFF images", by Bob Friesenhahn

On Tue, 9 Feb 2010, Gil, Debora, VF-ES (dgilalv) STU wrote:
>
> This is what made me thing about using the correlation to measure the
> resemblance. Doing the FFT with FFTW looked quite simple, but my lack of
> experience dealing with images is the main obstacle. I started reading
> about TIFF and tiles, scanlines, grayscale, rgba... but I didn't really
> understand many of the concepts... and still don't.

As John Cupitt points out, there are much easier ways to compare two 
images (assuming that pixel row/columns line up) than advanced 
programming with a FFT.  The free software I maintain (GraphicsMagick) 
also provides ready-made algorithms for comparing images.  I didn't 
mention it because it is not optimized for FAX images (but usually 
works fine).  Common comparison metrics are MAE, MSE, PAE, PSNR, and 
RMSE, as well as annotated difference images.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/