PLEASE provide static libraries for Linux 32 bit
Hi OpenCV experts,
I REALLY REALLY would like to urge someone within your ranks to provide:
= OpenCV as a simple tarball of portable .so files =
which, after unpacking on any 32 Bit Linux system, can be used from within Java. (e.g. http://tinybrain.de/1003793) Don't worry about the jar file, what I need are the native libraries.
I sadly do not have the expertise to complie those things properly myself. I'm just kinda out of touch with C stuff.
I think this approach should be feasible. The JDK itself does it like that (after unpacking, works on any 32 Bit Linux).
This will really really help OpenCV's distribution. (Right now, that's quite a nightmare if I may be honest.)
Many greetings, Stefan Reich
I understand it can be a little bit difficult for someone who never touch a C++ environment but otherwise it is quite easy right now to build OpenCV from source.
These tutorials could help you: Introduction to OpenCV.