OpenCV3 2 0官網中文教程 索引

2021-08-03 21:34:35 字數 516 閱讀 9191

contrib,捐獻,在本文引申為補充,contrib modules 補充模組

freetype

庫是乙個完全免費(開源)的、高質量的且可移植的字型引擎,它提供統一的介面來訪問多種字型格式檔案,包括truetype, opentype, type1, cid, cff, windows fon/fnt, x11 pcf等。

gui  圖形使用者

介面(graphical user inte***ce,簡稱 gui,又稱圖形

使用者介面

)是指採用圖形方式顯示的計算機操作使用者介面。

i/o(input/output )輸入/輸出

matlab

矩陣實驗室(matrix laboratory)

python 一種開發語言

harfbuzz

開源的text opentype layout 引擎,它被應用於很多的開源專案中,如pango,filefox,webkit,

android等。

extra modules:

opencv3 2中的SURF用法

opencv3.2中surffeaturedetector surfdescriptorextractor bruteforcematcher這三個的使用方法已經和原先2.4版本前不一樣了。使用方法示例如下 ptrdetector surf create minhessian detector de...

OpenCV學習 32 求輪廓的包圍盒

在opencv中,能夠很方便的求輪廓包圍盒。包括矩形,圓形,橢圓形以及傾斜的矩形 包圍面積最小 集中包圍盒。用到的四個函式是 rect boundingrect inputarraypoints void minenclosingcircle inputarraypoints,point2f er,...

《學習OpenCV》 初探OpenCV(三)

引數1 影象 引數2 矩形的乙個頂點 引數3 矩形另乙個頂點 引數4 線條顏色 rgb 或亮度 灰度影象 可省略 有過載函式 引數5 線條粗細程度,取cv filled表填充色彩矩陣 引數6 線條型別 引數7 座標點的小數 cvmat cvcreatemat int rows,int cols,in...