Hi,
I am trying to use GpuMat from opencv. The code compiles just fine but when i try to execute it it fails at:
Mat currentblock = ...
GpuMat cb(currentblock); - it fails here
The error is No GPU support the library is build without CUDA support. I use opencv 249 downloaded from this site, it sais that supports CUDA. I tryed to build it my self but the result was the same.
I use Visual Studio 2012.
Please help, i am trying to solve this for two days now.
Regards