关于在VS2008中的错误:error C2660:“cvCreateImage”:函数不接受 1 个参数
include"stdafx.h"#include"stdio.h"#include"cv.h"#include"cxcore.h"#include"highgui.h"IplImage*DrawHistogram(CvHistogram*hist,float scaleX=1,float scaleY=1){ float histMax=0;cvGetMinMaxHistValue(hist,0,&histMax,0,0);...