where can i download pre-compiled OpenCV CUDA binaries?

asked 2016-02-19 23:43:53 -0600

mvpete13 gravatar image

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!!!!

edit retag flag offensive close merge delete

Comments

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.

berak gravatar imageberak ( 2016-02-20 13:43:15 -0600 )edit