Using 1D FFT for Skew Detection

uclamathguy_at_gmail.com
Date: 03/13/05


Date: 13 Mar 2005 11:24:49 -0800

It was recommended in an earlier post that to "deskew" a black and
white scanned image I should use a 1D Fast Fourier Transform on the
rows and columns of the scanned image. Although I have a large
mathematical background, I am not too familiar with FFTs. If I were to
input an image into some function that does this, what would it return
and how would I interpret it? Has anyone done this before?