Breakthrough / Installing-OpenCV

A guide on compiling & installing OpenCV 3.0, and details on changes to the Python module.
9 stars 2 forks source link

32 bit Ubuntu 12.04 issue #1

Open Cody-McClintock opened 7 years ago

Cody-McClintock commented 7 years ago

Hello,

I followed your guide to install opencv3, and everything finished without error. However, when I checked the version, it still said "2.4.9". Does the install change if OpenCV 2.4.9 was already installed on my system?

I have tried installing opencv3 through anaconda before this, so I'm not sure if that is what is getting in the way or not.

Thanks, Cody

Breakthrough commented 7 years ago

Hi Cody;

Unfortunately I'm not that familiar with Anaconda, but it seems that there's OpenCV 3.1 packages. I would assume that reinstalling would indeed change the version number though...

What happens if you fully uninstall the OpenCV package before installing OpenCV 3?

Edit: Out of curiosity, do you know if Anaconda uses a virtual env, or the Python packages installed on the system?

kartikarora commented 7 years ago

@Cody-McClintock The conda package for opencv 3.2.0 is here

I would suggest you follow the simple steps given on this guide. The anaconda build has always failed for me. The zip file for opencv 3.2.0 can be found here. You can uninstall the opencv you already have, or run the steps on a ubuntu docker image to avoid conflicts.