在Conditional defines欄位加入

_FM_NO_REMAP;SKIP_INCLUDES

Include路徑加入

J:\opencv\opencv2.1\include

Library路徑加入

J:\opencv\opencv2.1\lib

在主程式 Unit1.cpp

加入下列函式庫

#pragma comment(lib,"cv210.lib")               //library for OpenCV
#pragma comment(lib,"cxcore210.lib")         //library for OpenCV
#pragma comment(lib,"highgui210.lib")        //library for OpenCV

在主程式 Unit1.h

加入下列標頭檔

#include <cv.h>                         //headers for OpenCV
#include <highgui.h>                  //headers for OpenCV

 

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 me1237guy 的頭像
    me1237guy

    天天向上

    me1237guy 發表在 痞客邦 留言(2) 人氣()