tips:openalpr

This is an old revision of the document!


OpenALPR

android sdk

Eclipse

opencv

opencv for android sdk

  • Unpack to /lab/sdk/ and Import /lab/sdk/OpenCV-android-sdk into eclipse
  • On opencv projects add C++ nature: Properties → New → Other → C/C++ → Convert to a C/C++ project
  • Project Properties → C/C++ Build, and replace “Build command” text to “${NDKROOT}/ndk-build”
  • Project Properties → Android → set target

android-ndk

/etc/profile.d/sdk.sh

export NDKROOT=/lab/sdk/android-ndk-r10e
export PATH=${PATH}:${NDKROOT}:/lab/sdk/android-sdk-linux/platform-tools

tess-two

* github

git clone git://github.com/rmtheis/tess-two tess
cd tess
cd tess-two
ndk-build
android update project --path .
ant release
/lab/sdk/OpenCV-android-sdk
  • tips/openalpr.1444375806.txt.gz
  • Last modified: 2015/10/09 09:30
  • by scipio