搜索资源列表
HightFilterAndLowFilter
- 实现正逆傅里叶变换,并在此基础上实现各种高低通滤波器,采用OPENCV实现。图像只针对2的整数次幂的方图-implement kinds of high filters and low filters in OPENCV based on implementing the FFTs and IFFTS.
FFTsAndIFFTbySystemFunction
- 采用OPENCV系统的正逆傅里叶变换的函数实现傅里叶正逆变换,写成了一个类。-adopt system functions to implement the FFTs and IFFTs.
OPENCVDFT
- 采用OPENCV中函数DFT实现正傅里叶变换。-implement the FFTs by using DFT function in OPENCV .