需要呼叫到opencv的什麼功能,就在**頭提前引用好對應的標頭檔案。
所有的標頭檔案都可以在include/opencv2/
資料夾找到。
常見標頭檔案:
#include
"opencv2/core/core_c.h"
#include
"opencv2/core/core.hpp"
#include
"opencv2/flann/miniflann.hpp"
#include
"opencv2/imgproc/imgproc_c.h"
#include
"opencv2/imgproc/imgproc.hpp"
#include
"opencv2/photo/photo.hpp"
#include
"opencv2/video/video.hpp"
#include
"opencv2/features2d/features2d.hpp"
#include
"opencv2/objdetect/objdetect.hpp"
#include
"opencv2/calib3d/calib3d.hpp"
#include
"opencv2/ml/ml.hpp"
#include
"opencv2/highgui/highgui_c.h"
#include
"opencv2/highgui/highgui.hpp"
#include
"opencv2/contrib/contrib.hpp"
具體作用:
其中,最常引用的標頭檔案:
#include
#include
由於opencv.hpp
中已經包含了opencv中各模組的標頭檔案,所以也可以只引用該標頭檔案:
#include
參考文獻
[1] opencv概要介紹
[2] opencv學習(3) opencv框架
Linux標頭檔案 C C 標頭檔案
linux標頭檔案 c c 標頭檔案。linux常用標頭檔案如下 posix標準定義的標頭檔案 目錄項 檔案控制 檔名匹配型別 路徑名模式匹配型別 組檔案 網路資料庫操作 口令檔案 正規表示式 tar歸檔值 終端i o 符號常量 檔案時間 字元擴充套件型別 internet定義 套接字本地介面 in...
string標頭檔案與cstring標頭檔案
首先說string的標頭檔案 1 包裝了std的c 標頭檔案 2 舊的c標頭檔案 3 舊c標頭檔案的std版本,切記,這不是cstring的標頭檔案 詳見effective c 的第49條 再說cstring的標頭檔案 注 vc9編譯環境下 1 非mfc版本,控制台程式就用這個 2 mfc版本,需要...
C 標頭檔案與C標頭檔案
include 設定插入點 include 字元處理 include 定義錯誤碼 include 浮點數處理 include 檔案輸入 輸出 include 引數化輸入 輸出 include 資料流輸入 輸出 include 定義各種資料型別最值常量 include 定義本地化函式 include ...