Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to stop using GPU in OpenCV 3.2?

I set cv::ocl::setUseOpenCL(false); and verified using useOpenCL(). But my code is still using GPU when I use UMat. How can I stop using GPU? Temporarily I am using a workaround that uses Mat instead of UMat.

Anybody else is facing the same issue?