首先用homebrew
安裝opencv
$ brew install opencv
如果發現有更新就更新;
然後在clion
專案中的cmakelists.txt
中配置如下:
cmake_minimum_required(version 3.9)
project(untitled1)
set(cmake_cxx_standard 11)
#find_library(opencv)
find_package(opencv)
include_directories($)
set(cmake_cxx_standard 11)
add_executable(untitled1 main.cpp)
target_link_libraries(untitled1 $)
cmake的基本語法可以在該**學習cmake入門教程
如果出現一些cmake莫名其妙的錯誤,可以進入tools | cmake | reset cache and reload project
清空一下cmake快取。
然後就可以寫個main.cpp
驗證下:
#include
#include
using
namespace
std;
using
namespace cv;
int main()
imshow("[img]", srcimage);
waitkey(0);
return
0;}
能顯示**即可,注意如果找不到**的話,改為路徑使用絕對路徑。 OpenCV第一發 測試VS配置OpenCV
最近看到網上的視覺處理特別有意思,作為乙個甚至是計算機的門外漢來說直接學習第三方庫是很困難的,悔恨當初沒有去學計算機專業,哈哈哈哈哈哈哈哈哈,沒辦法了,為了對得起我的好奇心,我決定開始攻克它。第四步 開幹.配置環境變數,我的目錄是 e opencv build bin c 新增庫檔案目錄,我的目錄是...
OPENC函式 UF ATTR函式 UF ATTR
1 uf initialize 23 tag t object 433890 4 int indx 0 5 int type uf attr any 6char title uf attr max title len 1 7 uf attr value t value 8 迴圈讀取程式的屬性 9 u...
安卓使用ImageView顯示OpenCV Mat
對opencvmat 型進行測試,c 的highgui顯示函式是無效的,因為視窗不能直接從android介面彈出。需要使用imageview進行顯示以便檢視影象處理的結果,因此我借鑑了少許 suppresslint sdcardpath private int tracktestcv private...