where can i download pre-compiled OpenCV CUDA binaries?
i read in the opencv.org site that there is pre-compiled OpenCV Cuda binaries, but i cant find any links i can download. Can anyone show me the link? Much thanks!!!!
short answer - you can't (and no, there are no such binaries)
if you need cuda/ocl/tbb support, install the resp. sdk, and build opencv from src using cmake.