OpenCV下的小波变换
#include <opencv2\highgui\highgui.hpp> #include <math.h>#include <...// 小波变换层数 int nLayer = 2; // 输入彩色图像 IplImage *pSrc = cvLoadImage...
OpenCV下的小波变换 | 学步园
#include <opencv2\highgui\highgui.hpp> #include <math.h> #include ...(pWavelet); // 彩色图像小波变换 IplImage *pImage = cvCreateImage(...