I am working on raspberry pi in image processing project using opencv
But i found that it was inefficient with raspberry pi as it works on CPU and don't use powerful GPU and i must switch to openCL
Are there any method to convert from openCV to openCL
Or how can i able GPU for opencv ?
Or how i can i use opencv with acceptable fast response processing on raspberry pi ?