Ask Your Question
1

installing two versions of opencv

asked 2014-07-24 15:52:17 -0600

SY gravatar image

I have opencv 2.4.9 on my windows 7 system. I need to build opencv 3.0 for some of its functions. Can I have two versions of opencv installed simultaneously? Or do I uninstall the older version before building opencv3?

Thanks, SY

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
5

answered 2014-07-24 17:25:12 -0600

unxnut gravatar image

You can certainly install more than one version of OpenCV simultaneously. Just be careful in pointing your directory settings and additional inputs in Visual Studio (assuming that is what you are using). Also, make sure that the PATH variable for DLLs is set appropriately.

edit flag offensive delete link more

Comments

1

Also make sure that your 3.0 installation is before your 2.4.9 installation in your path variable. When looking for the DLL's you will otherwise get conflicts in addressing the wrong dll files.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-07-25 04:23:49 -0600 )edit
2

If you are using Visual Studio on your Win7 machine, I recommend using property sheets for your different versions

JohannesZ gravatar imageJohannesZ ( 2014-07-25 08:23:03 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-24 15:52:17 -0600

Seen: 2,300 times

Last updated: Jul 24 '14