赞
踩
Where is the source code
设置为opencv/sources
,将Where to build the binaries
设置为opencv/build/x64/mingw
(没有就新建一个)MinGW Makefiles
,选中Use default native compilers
,使用系统默认编译器(应该是环境变量中的gcc和g++);也可以选中Specify native compilers
,然后自己手动指定路径。opencv/build/x64/mingw
)中,打开cmd运行mingw32-make -j8
,等待十几分钟进行编译mingw32-make install
,进行安装opencv/build/x64/mingw/bin
)添加至环境变量opencv/build/include
添加至settings.json中的C_Cpp.default.includePath
条目中Where is the source code
设置为eigen
,将Where to build the binaries
设置为eigen/build
(没有就新建一个)mingw32-make install
C:/Program Files (x86)/Eigen3/include
添加至settings.json中的C_Cpp.default.includePath
条目中Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。