level 2
MEIWEIJIAN天
楼主
#include "stdafx.h"
#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
int main(int argc, char* argv[])
{
lpllmage* src = cvLoadImage("C:\\2016090701.jpg");
printf("Hello World!\n");
return 0;
}
2016年09月09日 12点09分
1
#include "cv.h"
#include "cxcore.h"
#include "highgui.h"
int main(int argc, char* argv[])
{
lpllmage* src = cvLoadImage("C:\\2016090701.jpg");
printf("Hello World!\n");
return 0;
}