How can I use the Opencl functions available in Opencv?

Asked

Viewed 60 times

1

I am creating a program in Python, which often ends up demanding more from the CPU and decided to research on how to use the GPU for processing. The Opencl databases I found had examples only in C++, and yet not very explanatory. These days I discovered that from Opencv 3.2 has some Opencl functions that can be used directly by cv2.

I wonder if this is really possible, and if so, how is the syntax to apply this throughout the code, or in a function?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.