We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e131 commit a1cb1d3Copy full SHA for a1cb1d3
README.md
@@ -2,3 +2,22 @@
2
3
### 待完善
4
### Need to be complete!
5
+* 下载OpenCV3.1.0,解压
6
+* 新建系统变量OPENCV为:D:\OpenCV310\opencv\build
7
+* 添加环境变量: %OPENCV%\x64\vc12\bin
8
+* 配置“CreateDLL”项目属性:
9
+
10
+项目 | 内容
11
+---------------------|--------------------------------------------------------------
12
+C/C++-附加包含目录 | [opencv的include目录]; \CreateDLL\main_file; \CoreCode\include
13
+链接器-附加库目录 | [opencv的lib目录]
14
+链接器-输入-附加依赖项 | opencv_world310d.lib;%(AdditionalDependencies)
15
16
+* 配置“LibLPS”项目属性:
17
18
19
20
+C/C++-附加包含目录 | [opencv的include目录];$(SolutionDir)include; \CoreCode\include
21
22
+* 重新生成“CreateDLL”项目
23
0 commit comments