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.
我可以在 ios 中使用 Opencv 编写一个简单的 C++ 代码来加载图像吗?你能指出我可以开始的一些简单项目吗?
看看我在 GitHub 上的简单入门项目...
开放CV方
OpenCVCircles
图像加载在 cocoa/objective C 中完成,openCV处理在 C++ 中使用 openCV 框架。有一个小的 obctiveC++ 包装器对象在两者之间传递图像数据,并从 iOS (UIImage) 和 openCV (cv::Mat) 转换图像格式。
您不必这样做,但我发现将 C++ 代码与 Objective-C 代码尽可能分开是有帮助的。