OpenCV on iOS - GPU usage?

前端 未结 1 1527
[愿得一人]
[愿得一人] 2021-02-06 01:47

I am trying to develop an iOS app that performs real time effects on video from the camera, much like Photobooth on the iPad. I am familiar with the API for OpenCV but am worri

1条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-06 02:20

    OpenCV uses Cuda for it's GPU which is only supported on NVidia graphics cards. There is an experimental port of openCV's GPU functions to OpenCL and it's likely that OpenCL will be supported in the future - at least on iPad (it's GPU can run OpenCL)

    You can use shaders in OpenGL ES2.0 on the iPhone and iPad

    0 讨论(0)
提交回复
热议问题