Hi Rahul.
> Has anyone here used OpenCV for their projects? I am currently trying to > start working with OpenCV and I got stuck. Its mentioned in the OpenCV wiki > to use Cmake to build, but i cant seem to do that. All help will be well > appreciated. > We have used OpenCV for a recent project but with wrappers for Python. Things are a bit different if you are using it around Python. I presume you are on C/C++. One alert I can give you is that, OpenCV has whole a lot of dependencies with other free software libraries like ffmpeg. The development is down track and the newer editions of ffmpeg (one such library) no longer go hand-in-hand with OpenCV. So, you might want to pull an older edition of the third party libraries, from the source code control, and build them separately. Cheers! -- Sajjad Anwar | http://geohackers.in | Blog: http://sajjad.in | Twitter: geohacker -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
