2017年5月16日 星期二

Week 13 邱

#第13週上課重點

         1. 小考:TRT觀念
         2. 上周範例
         3. 讀圖檔
         4. 貼圖設定
         5. 轉動的地球
         6. 回家作業:機器人
-------------------------------------------------------------------------------------------------------------------------

(1) Google:qxncv2.1 Download 安裝
(2) CodeBlock:新專案 → Console APP 貝殼專案
                                設定專案 Build Options設定 - ① Compiler include:C:\ opencv2.1 \ include
                                                                         - ② Linker lib:C:\ opencv2.1 \ lib
                                咒語:Linker Setting - cv210
                                                               - cxcore210
                                                               - highgui210

#include <opencv/highgui.h>

int main( )
{
     IplImage * img = cvLoadImage("...");  ///圖檔
     cvShowImage("...",img);
     cvWaitKey(0);
}

沒有留言:

張貼留言