Can anyone tell me if there is an inbuilt function present in emgucv 2.3 for finding out fourier transform of images ?
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From my answer Fourier Transform + emgucv
The function you are after is CvInvoke.cvDFT it is technically calling the opencv method but it should be what your after
Here is the code that splits the Imaginary and Real parts from cvDFT:
Cheers,
Chris