1 opencv簡介
2 opencv模組結構(modular structure)
opencv擁有乙個模組結構,也就是說,opencv包(package)裡包含數個共享的或靜態的庫(libraries),分別如下【opencv\doc\opencv2refman.pdf_p1】:
①core.
該模組定義了opencv的基本資料結構,包括多維陣列(multi-dimensional array)和用於其它模組的基本函式;
②imgproc.
③video.
④calib3d.
該模組包括基本的多檢視集合演算法(multiple-view geometry algorithms)、單體和立體相機的標定(single and stereo camera calibration)、物件姿態估計(object pose estimation)、雙目立體匹配(stereo correspondence)演算法和元素的三維重建(elements of 3d reconstruction);
⑤features2d.
包括顯著特徵檢測器(salient feature detectors)、描述符(descriptors)和描述符匹配器(descriptor matchers);
⑥objdetect.
包括預定義的目標和例項的檢測,如臉、眼、杯子、人以及汽車等;
⑦highgui.
⑧gpu.
包含不同模組的gpu加速演算法。
另外還有其它的輔助模組,比如flann以及google的測試包、python bindings等。
本章內容可參照本站文章:opencv 2.3.1/2.4.0在visual studio 2008及visual studio 2010下安裝及配置方法(附helloworld)
OpenCV2 x自學筆記 自適應閾值
adaptivethreshold src,dst,double maxvalue,int adaptivemethod,int thresholdtype,int blocksize,double c src 8位單通道浮點型影象 dst 輸出影象 maxvalue 最大值,一般為255 adap...
ionic 2 x 3 x專案結構解析
config.xml 專案配置檔案,包名 名稱 minsdkversion等都在此處配置 ionic.config.json package.json 專案依賴檔案列表 tsconfig.json tslint.json hooks node modules 專案依賴檔案 platforms 專案新...
OpenCV 元件結構全解析
我們進入到d programfiles opencv build include目錄,可以看到有opencv和opencv2這兩個資料夾。顯然,opencv這個資料夾裡面包含著舊版的標頭檔案。而opencv2這個資料夾裡面包含著具有時代意義的新版opencv2系列的標頭檔案。在opencv這個資料夾...