Opencv 2.4.9 or Opencv 3.0 for GPU acclerated CUDA

asked 2016-10-06 00:56:24 -0600

lm35 gravatar image

I have installed Opencv 2.4.9 in my Ubuntu machine with CUDA support. But doubtful if Opencv 3.0 only can serve my purpose. I am doing face detection and recognition . Can I go with Opencv 2.4.9 or do I have to install Opencv 3.0.

Thanks in advance

edit retag flag offensive close merge delete

Comments

You can you any. Always use the latest version. Note: with Opencv 3.0 the contrib module comes as a separate package called opencv_contrib which you have to download and build saparately. while doing so make sure that your opencv nad opencv_contrib are of same version

lm35 gravatar imagelm35 ( 2016-11-10 04:07:30 -0600 )edit