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 应用程序,它可以对来自相机的视频执行实时效果,就像 iPad 上的 Photobooth。我熟悉 OpenCV 的 API,但如果大多数处理是在 CPU 上完成而不是在 GPU 上完成,我会担心 iOS 上的性能。像GPUImage这样的库最有可能做到这一点,但我宁愿继续使用我熟悉的东西。那么,有谁知道为 iOS 编译的 OpenCV 是否使用 GPU?
OpenCV 使用 Cuda 作为它的 GPU,它只支持 NVidia 显卡。有一个openCV的GPU功能到OpenCL的实验端口,将来很可能会支持OpenCL——至少在iPad上(它的GPU可以运行OpenCL)
您可以在 iPhone 和 iPad 上使用 OpenGL ES2.0 中的着色器