在eclipse中添加OpenCV,跟教程不一样啊

在新建的C++project的properties的设置里面,C++general的setting选项里面没有tool setting的选项,这要怎么继续做?

第1个回答  2013-04-23
应该先安装MinGW,然后再配置就会出现教程中的选项卡了,与你遇到相同的问题,现在解决了
第2个回答  推荐于2016-01-11
i havent gotten much experience on eclipse, but the idea should be roughly the same as on visual studio

1. add header directory to your configuration
2. add lib directory to your configuration, add necessary .lib file to your linker
3. add dll directory to your system environment

hope you find this helpful追问

思路是这样,可是具体怎么导入还是不太明白

追答

try VS2010(express version, free for download) + OpenCV, there are tons of tutorials available

本回答被提问者采纳
相似回答