How can I apply dft to a complex Mat?
I learnt from the tutorials that dft() can be applied to a float point Mat and get a complex output array. If I have a complex input array and I want to get an complex output array, how can I do it with OpenCV?