Using OpenCL accelerated functions with OpenCV3 in Python

后端 未结 3 918
小蘑菇
小蘑菇 2021-01-02 08:28

OpenCV3 introduced its T-API (Transparent API) which gives the user the possibility to use functions which are GPU (or other OpenCL enabled device) accelerated, I\'m struggl

3条回答
  •  一个人的身影
    2021-01-02 08:50

    According to this issue the support for this feature is still lacking currently but is "in progress", I will update when more becomes available.

提交回复
热议问题