gpt4 book ai didi

c++ - 对 `cv::Stitcher::createDefault(bool)' 的 undefined reference

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

我尝试在 c++ 中使用 opencv 拼接图像,当程序编译时,它抛出错误

Stitcher stitcher = Stitcher::createDefault();

undefined reference to `cv::Stitcher::createDefault(bool)'

为了

Stitcher::Status status = stitcher.stitch(vImg, rImg);

undefined reference to `cv::Stitcher::stitch(cv::_InputArray const&, cv::_OutputArray const&)'

请帮我解决这个错误。在此先感谢您。

最佳答案

此错误表明编译器有这些函数的声明,但没有定义。尝试检查您的链接器标志。

关于c++ - 对 `cv::Stitcher::createDefault(bool)' 的 undefined reference ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44512462/

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