// TestImage.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "cv.h"
#include "highgui.h"
int main( int argc, char** argv )//argc说明参数的个数,argv的值是一个char*的值
{
IplImage* pImg1; //声明IplImage指针
IplImage* pImg2;
//载入图像
// if( argc == 2 &&
相关下载链接:
//download.csdn.net/download/wlx01/5135037?utm_source=bbsseo