How to know if device is compatible with OpenCV using OpenCL
In this post I think I have found a bug in opencl using opencv for graphics card GeForce GTX 970. Is there any test in opencv that check that a graphics card is ready for OpenCV using OpenCL?
Thanks for yours answers.
May be
bool cv::ocl::haveOpenCL()
andcv::ocl::setUseOpenCL(bool)
is what you want.