安裝總體參考是qt的乙個官方文件"how to setup qt and opencv on windows",
鏈結是:
僅在此記錄編譯過程中的錯誤:
因為我裝了乙個opencv_contrib,是opencv的乙個extra module。
原因未知,解決方法參考
,具體如下:
go to /modules/datasets
open cmakelists.txt
make all lines of that makeup file as comments. (# --> this is the key, ****** each line as a comment..)
paste lines below
set (the_description "datasets framework")
ocv_define_module (datasets opencv_core opencv_imgcodecs opencv_ml opencv_flann optional opencv_text wrap python )
ocv_warnings_disable (cmake_cxx_flags / wd4267) # flann, win64
follow the instruction of /readme.md
直接把這一段bitops.hpp修改如下,即把# define popcnt __builtin_popcount挪到#endif後面去了
#ifdef _win32&& !defined __mingw32__
# include
# define popcnt __popcnt
# pragma warning( disable : 4267 )
#else
#endif
# define popcnt __builtin_popcount
在cmake的時候去掉修改cmake -dwith_ipp=off,然後重新configure, generate,再編譯
5.'cv::detectionbasedtracker' has not been declared
在cmake的時候去掉修改cmake build_opencv_python2,不選,然後重新configure, generate,再編譯
window10環境安裝mysql
2.解壓壓縮包後,在該檔案目錄下建立乙個my.ini my.ini的具體內容如下 mysqld 設定3306埠 port 3306 設定mysql的安裝目錄 basedir h tools mysql 8.0.17 winx64 設定mysql資料庫的資料的存放目錄 datadir h tools ...
Window10下Python開發環境的搭建
本章節我們將向大家介紹如何在window10下搭建python開發環境。python可應用於多平台包括 linux 和 mac os x。你可以通過終端視窗輸入 python 命令來檢視本地是否已經安裝python以及python的安裝版本。cmd命令開啟終端,輸入python檢視版本資訊等,如果安...
window10 安裝 nodejs 和環境配置
參考部落格node.js安裝及環境配置之windows篇 參考部落格windows10,nodejs安裝步驟 npm config set prefix d develop nodejs node global npm config set cache d develop nodejs node c...