Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenCV 中的大多数示例代码都以这些行(或类似内容)开头:
#include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hpp"
然而,这些文件不在 opencv 安装包中?我已经安装了几次 opencv,但在我的计算机上找不到这些文件。这是怎么回事?如此基本的东西怎么会丢失?
在 Windows 上,它们通常位于build/include/opencv目录中。
build/include/opencv