1:使用Mingw 编译的opencv4.4+contrib4.4
2:供Qt使用库文件
3:使用方法:
在系统环境变量中添加*:\opencv440\bin
在Qt工程pro文件中添加:
INCLUDEPATH+= *:\opencv440\include
LIBS += :\opencv440\lib\libopencv_.a
在使用opencv的文件里添加头文件
#include<opencv2/opencv.hpp>
#include <opencv2/xfeatures2d.hpp>
就可以使用了。
-
Notifications
You must be signed in to change notification settings - Fork 0
nczyw/opencv4_4_contrib4_4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published