We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好.我在编译字典训练这部分时出错,如下所示:(仅是部分错误) Vocabulary.cpp:(.text._ZN5DBoW310Vocabulary6createERKSt6vectorIN2cv3MatESaIS3_EE+0x27a):对‘cv::fastFree(void*)’未定义的引用 Vocabulary.cpp:(.text._ZN5DBoW310Vocabulary6createERKSt6vectorIN2cv3MatESaIS3_EE+0x2c2):对‘cv::Mat::Mat(cv::Mat const&, cv::Range const&, cv::Range const&)’未定义的引用 全是与cv::有关的错误 请问到底是什么原因呢?已经安装了opencv 3.但是同时之前也安装过opencv 2.4.9
The text was updated successfully, but these errors were encountered:
请检查链接的openCV是否有误。
Sorry, something went wrong.
请问解决了吗?我也遇到同样问题了,链接的opencv版本也检查过了,是3.2
No branches or pull requests
您好.我在编译字典训练这部分时出错,如下所示:(仅是部分错误)
Vocabulary.cpp:(.text._ZN5DBoW310Vocabulary6createERKSt6vectorIN2cv3MatESaIS3_EE+0x27a):对‘cv::fastFree(void*)’未定义的引用
Vocabulary.cpp:(.text._ZN5DBoW310Vocabulary6createERKSt6vectorIN2cv3MatESaIS3_EE+0x2c2):对‘cv::Mat::Mat(cv::Mat const&, cv::Range const&, cv::Range const&)’未定义的引用
全是与cv::有关的错误
请问到底是什么原因呢?已经安装了opencv 3.但是同时之前也安装过opencv 2.4.9
The text was updated successfully, but these errors were encountered: