Problem in rotation detection for the angles less than 1 degree using Fourier-mellin transform
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello,
I am using Fourier-Mellin Transform for the detection of rotation and scale in the image registration process. I am able to detect all angles with the good accuracy but no luck with the angles less than 1 degree. Sub-pixel accuracy was achieved by interpolation onto an array with finer sampling in the stage of cross correlation calculation. Are there any restrictions in this method that I am missing? Is this method in general able to detect such a small transformations? I also tried to use very simple images as example but still couldn't trace the problem. I use polartrans function for the log-polar transformation, then take fft2 of the result images and calculate the peak of cross correlation using dftregistration function.
Thank you in advance
3 Kommentare
Alex Taylor
am 4 Okt. 2013
Bearbeitet: Alex Taylor
am 4 Okt. 2013
Youssef,
Do you have a paper citation that discusses this theoretical limitation of the phase correlation approach for resolving rotation? If so, I'd appreciate it, I'd be interested to read it.
Antworten (2)
Alex Taylor
am 3 Okt. 2013
What angular resolution are you using during the log-polar transformation on each of your images? This would also impact the accuracy with which you can recover small values of theta.
2 Kommentare
Alex Taylor
am 4 Okt. 2013
Bearbeitet: Alex Taylor
am 4 Okt. 2013
If you are using 360 for your number of samples in theta and you are implementing the algorithm from Reddy/Chatterji:
Then you are either sampling over 180 degrees or 360 degrees depending on whether you are taking advantage of the symmetry of the FFT for real valued inputs (As described in Reddy-Chatterji).
Assuming you are sampling the FFT over the full 360 degrees and you have 360 angular samples, then you can quickly see that your angular resolution is 1 degree/sample. This means that you are undersampling in the log-polar domain if you hope to be able to recover rotations of less than a degree via correlation.
You still may find that your ability to recover small angles varies across image data sets and the rotation angle, but this is at least one thing you should be aware of in choosing your log-polar sampling resolution.
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!