Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes. first you need to compile OpenCV with CUDA. Then you need to write your code with APIs under 'gpu' module, instead of using the generic ones. For my case OpenCV + CUDA reduced my CPU usage a lot for haarCascade face detection, so it should be worthy to try.

Yes. first you need to compile OpenCV with CUDA. CUDA enabled. Then you need to write your code with APIs under 'gpu' module, instead of using the generic ones. For my case OpenCV + CUDA reduced my CPU usage a lot for haarCascade face detection, so it should be worthy to try.