gpt4 book ai didi

android - 无法在 android opencv 2.3 中导入 ml.h

转载 作者:行者123 更新时间:2023-12-02 11:06:08 26 4
gpt4 key购买 nike

我正在使用 C 接口(interface),当我包含“ml.h”时运行 ndk-build 时出现以下错误:

In file included from /Users/user/android-ndk-r7c/sources/cxx-stl/gnu-libstdc++/include/bits/stl_algobase.h:61,
from /Users/user/android-ndk-r7c/sources/cxx-stl/gnu-libstdc++/include/bits/stl_tree.h:62,
from /Users/user/android-ndk-r7c/sources/cxx-stl/gnu-libstdc++/include/map:60,
from /Users/user/android-opencv/OpenCV-2.3.1/share/OpenCV/../../include/opencv2/ml/ml.hpp:2022,
from /Users/user/android-opencv/OpenCV-2.3.1/share/OpenCV/../../include/opencv/ml.h:46,
from /Users/user/CarSafe/jni/blink_detection.c:7:
/Users/user/android-ndk-r7c/sources/cxx-stl/gnu-libstdc++/include/cstddef:51: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token

如果我注释掉“ml.h”的包含,它可以正常编译并正常运行。

问题是我想在我的 C 代码中使用 opencv svm 库。我究竟做错了什么?或者我应该将它编译为 C++ 代码并在 C++ 中使用 ml.hpp header 。这适用于项目中的其他代码。

最佳答案

仔细查看输出的最后一行:

/Users/user/android-ndk-r7c/sources/cxx-stl/gnu-libstdc++/include/cstddef:51: error:   expected '=', ',', ';', 'asm' or '__attribute__' before ':' token

根据您在问题中所写的内容,您似乎正在尝试使用 C 编译器来使用 C++ 标准库编译代码。

另外,虽然我不熟悉 OpenCV,但我认为您应该能够将代码编译为 C++ 并且仍然包含“ml.h”。 C++ 头文件并不总是使用 *.hpp 扩展名。

关于android - 无法在 android opencv 2.3 中导入 ml.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10157561/

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