Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在开发一个带有 OpenCV 框架的 iOS 应用程序,在我尝试包含这行代码之前一切正常
value=cvQueryHistValue_1D(hist,i);
那时 XCode 告诉我“使用未声明的标识符 cvQueryHistValue_1D”。我找不到有关此的任何信息,因为许多教程都使用该调用并且应该可以正常工作。我究竟做错了什么?
包括 compat.hpp
#include <opencv2/legacy/compat.hpp>