我无法在 xcode4 中使用 opencv2.3 的 cvMorphologyEx
当我使用它时,Xcode 显示“没有调用 cvMorphologyEx 的匹配函数”,
但 Xcode 可以找到其定义。
发生什么事?谢谢!!
when i use it, the Xcode show the "No matching function for call to cvMorphologyEx"
but the Xcode can find its defines.
what happen?thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在提出此类问题之前,您应该真正阅读文档。如果你有的话,你就会知道
cv ::morphologyEx
是您正在寻找的函数。You should really read the documentation before asking such questions. If you had, you would have known that
cv::morphologyEx
is the function you're looking for.