How to Use and Compile Opencv 3.0 Beta?

asked 2015-04-30 01:30:48 -0600

Anubhav gravatar image

I would like to know how should I use opencv 3.0Beta without CUDA. How should I use the include folder.

Earlier we use to CMAKE opencv then build the solution in MSVC and then copy the bin and lib folders to the root for easy access and copy the includes in the build folder to the root and change the environment variables.

Now I cannot find cuda includes and other in the build folder that comes along with the opencv zip exe.

edit retag flag offensive close merge delete

Comments

OpenCV predownloadable packages do NOT come with CUDA support. So you could get that one or just add the command -D WITH_CUDA=OFF to your CMAKE. If you are using graphical CMAKE than simply disable the option...

StevenPuttemans gravatar imageStevenPuttemans ( 2015-04-30 02:27:45 -0600 )edit