【发布时间】:2014-04-08 08:38:32
【问题描述】:
我使用了用于 armv7s 的 OpenCV 编译版本,可以在这里找到:
我使用grabcut功能,它的工作原理和其他一些功能一样
但是当我使用合并或拆分方法时,我在编译过程中出错
架构 armv7s 的未定义符号:
"cv::merge(std::vector > const&, cv::_OutputArray const&)",引用自: -[GrabcutVC startGrabcut] 在 GrabcutVC.o “cv::split(cv::Mat const&, std::vector >&)”中,引用 从: -GrabcutVC.o ld 中的[GrabcutVC startGrabcut]:未找到架构 armv7s 的符号
我错过了什么吗?
这个帖子有点关系
OpenCV.Framework does not compile for the armv7s architecture
我想发表评论,但我的声誉太低了
锤子,希望你能看到这篇文章:)
谢谢
【问题讨论】: