gpt4 book ai didi

c++ - 如何解决 imgproc.hpp 和 core.hpp 的错误?

转载 作者:塔克拉玛干 更新时间:2023-11-03 02:24:50 37 4
gpt4 key购买 nike

我使用 c++ 程序使用 opencv 2.1 进行图像处理。该程序包含以下文件:

#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <iostream>
#include <math.h>
#include <string.h>

但在调试程序后,我收到错误消息:

fatal error C1083:无法打开包含文件:'opencv2/core/core.hpp':没有这样的文件或目录。

这与 imgproc.hpphighgui.hpp 相同,之后我更改了 #include "opencv2/highgui/highgui.hpp"#include <highgui.h>那个错误解决了。

但是我找不到imgproc.hpphighgui.hpp 的解决方案并且没有名为imgproc.hpp 和< strong>highgui.hpp 在 opencv 文件夹中。

我该如何解决这个错误?

最佳答案

从路径分隔符来看,我假设您使用的是 *nix 操作系统。因此,以下 shell 命令应该可以帮助您找到头文件的正确位置:

locate highgui.h
locate highgui.hpp

关于c++ - 如何解决 imgproc.hpp 和 core.hpp 的错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11072554/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com