OpenCV 4.12.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
fft_dsp.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for fft_dsp.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 
namespace  cv::fastcv
 
namespace  cv::fastcv::dsp
 

Functions

void cv::fastcv::dsp::FFT (InputArray src, OutputArray dst)
 Computes the 1D or 2D Fast Fourier Transform of a real valued matrix. For the 2D case, the width and height of the input and output matrix must be powers of 2. For the 1D case, the height of the matrices must be 1, while the width must be a power of 2.
 
void cv::fastcv::dsp::IFFT (InputArray src, OutputArray dst)
 Computes the 1D or 2D Inverse Fast Fourier Transform of a complex valued matrix. For the 2D case, The width and height of the input and output matrix must be powers of 2. For the 1D case, the height of the matrices must be 1, while the width must be a power of 2.