Skip to content

Commit a1cb1d3

Browse files
authored
Update README.md
1 parent 538e131 commit a1cb1d3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,22 @@
22

33
### 待完善
44
### 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

Comments
 (0)