How can I detect small (less than 1° ) rotations using FFT phase correlation?
古いコメントを表示
Hi, I'm trying to detect sub-pixel differences between 2 images. All working so far with translation. The rotation method however isn't so accurate with small angles esp the ones that really inteerst me (0.1~ 3). I also upsample my images for better results but still not so accurate. Any advice on what I should edit : log-polar interpolation.. add a filter .. ? Thanks Dana
回答 (2 件)
Matt J
2014 年 3 月 18 日
0 投票
Rotation in image space induces translation in radon space. Take the RADON transform of your image and apply the phase correlator to that.
Alex Taylor
2014 年 3 月 19 日
編集済み: Alex Taylor
2014 年 3 月 19 日
0 投票
If you have R2014a and the Image Processing Toolbox? You should look at imregcorr. It implements phase correlation based registration.
カテゴリ
ヘルプ センター および File Exchange で Geometric Transformation and Image Registration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!