Is there a better Fourier Transform algorithm to use in Image recognition

1 view (last 30 days)
I have been trying to use the Fourier transform in recognizing images of the same size 200X400.
I have tried many different ways to do that such as:
1 - performing the Fourier on the full image and then try to match it with the ones in the database. the accuracy rate was very bad.
2 - performing the Fourier on the full image and then take only the submatrix contained in center of the image and then match it with the ones in the database. the accuracy rate was also very bad.
3 - performing the Fourier on the full image and then take only the horizontal and vertical vector that intersect in the center of the image, and then match it with the ones in the database. also, the accuracy rate was very bad.
Is there any better algorithm that might help me solve this problem?
Thank you very much

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!