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
this sounds like a terrible idea.
if you got the src code, shouldn't you rather try to adapt that to today's opencv codebase, than to maintain something 10 years old ?
while the 1.0 code still exists , you would have to build from src, there's no other way to 'install' something like that.
again, please upgrade your code, don't downgrade the library.