摘要: // my6.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "cv.h"#include "highgui.h"#include <iostream>using namespace std;int _tmain(int argc, _TCHAR* argv[]){IplImage *src = NULL;IplImage *dst = NULL;CvSize dstSize;double times = 2.0;src = cvLoadImage("e:\\w 阅读全文
posted @ 2013-04-14 21:10 qqhfeng16 阅读(239) 评论(0) 推荐(0)