#include "stdafx.h" #include <iostream> #include <highgui.h> #include <cv.h> IplImage * doPryDown(IplImage * in,int filter=CV_GAUSSIAN_5x5) { IplImage * out=cvC
原创
2014-01-14 16:51:00
378阅读
核心函数:cvPyrDown,cvPyrUp程序:代码:#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
#include <iostream>
int pyr(int argc,char** argv)
{
IplImage* src=cvL
原创
2014-08-14 12:01:19
1802阅读