VS学习篇(1)——Opencv和Eigen属性配置

1、Eigen库引用

#include 


通用属性——VC++目录——包含目录:D:\eigen-3.3.4\eigen-3.3.4\
2、opencv库引用

#include 
#include 


链接器——输入——附加依赖项:opencv_world420d.lib
通用属性——VC++目录——包含目录:D:\opencv\opencv\build\include\opencv2;D:\opencv\opencv\build\include;
通用属性——VC++目录——库目录:D:\opencv\opencv\build\x64\vc15\lib

标黄的地方是我自己的本地路径。

小白刚刚上手,欢迎指正,互相学习!

你可能感兴趣的:(大数据,opencv,学习,visualstudio)