Posts

Showing posts from June, 2011

Tutorial on porting OpenCV(revision:5578) to android in Windows Environment

Image
Software Prerequisites svn client (eg.Tortoise SVN) ·          cmake tool   http://www.cmake.org/ ·          Android NDK (revision r5 or newer)   http://developer.android.com/sdk/ndk/index.html ·          OpenCV trunk   https://code.ros.org/svn/opencv/trunk/opencv      Additional requirements for Java wrapper and Android samples ·          SWIG   http://www.swig.org/ ·          JDK 5/JDK 6   http://www.oracle.com/technetwork/java/javase/downloads/index.html ·          Android SDK   http://developer.android.com/sdk/index.html ·          ant   http://ant.apache.org      Windows additional prerequisites At the moment OpenCV cross compilation under cygwin is not supported. However you can cross-compile OpenCV on Windows using   native port of make . These two are tested to work for OpenCV: ·          http://gnuwin32.sourceforge.net/packages/make.htm ·          http://code.google.com/p/mingw-and-ndk/   (see "make-3.7z" under Downloads section) Downloading OpenCV Install the Tort