OpenCV离散余弦变换原理与源码

环境配置:VS2012  OpenCV2.4.9ui 代码:spa #include "highgui.h" #include "math.h" #include "cv.h" #include "stdlib.h" using namespace cv; void DCT(Mat &src, Mat &dst) { double pi = 3.141592657; Mat C_Mat(s
相关文章
相关标签/搜索