1 | initial version |
well, you can't use GpuMat (or anything with gpu in it) without CUDA support built into the opencv libs at compile time
to achieve it, you'd have to
cmake -DWITH_CUDA=ON
opencv-2.4.8+dfsg1 looks like something very outdated, that you grabbed pre-built from some package manager. those versions are all "plain vanilla", and do not have any hardware support (apart from opencl, maybe)
2 | No.2 Revision |
well, you can't use GpuMat GpuMat, SURF_GPU (or anything with gpu in it) without CUDA support built into the opencv libs at compile time
to achieve it, you'd have to
cmake -DWITH_CUDA=ON
opencv-2.4.8+dfsg1 looks like something very outdated, that you grabbed pre-built from some package manager. those versions are all "plain vanilla", and do not have any hardware support (apart from opencl, maybe)