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?