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?
1 | initial version |
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?
2 | retagged |
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?