Ask Your Question

Alias's profile - activity

2015-06-03 08:59:40 -0600 received badge  Self-Learner (source)
2015-03-16 18:15:30 -0600 commented answer Install previous version of Opencv on Linux and compatibility

Thank you very much Berak and Theodore. I will too update my code for the new C++ api

2015-03-15 09:47:30 -0600 answered a question Install previous version of Opencv on Linux and compatibility

Hi Berak,

Thank you answering. Indeed adapt that to today's opencv codebase is more revelant. I will upgrade my code in the future but for now as you give me the link to the previous code I will build from src. Is it a normal software install procedure (./configure -> make -> make install -> make clean) ?

Thank you

2015-02-18 05:21:57 -0600 asked a question Install previous version of Opencv on Linux and compatibility

Hi,

Because of upgrading my Linux OS from Debian Etch to Debian7 I need to be compatible and to keep same behaviour of my new compiled opencv program so I need to install previous Opencv (version 1.00.00) on the Debian7 OS

Where found this older Opencv version ? Must the dependencies for Opencv also be installed/reinstalled if the OS has already his own built-in of these dependencies?

Thank you