Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:openalpr [2015/10/09 08:48] – created scipio | tips:openalpr [2015/10/09 09:56] (current) – [Requirements] scipio | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = OpenALPR = | + | ====== OpenALPR ====== |
| + | |||
| - | == Android == | + | ===== Android ===== |
| + | |||
| [[https:// | [[https:// | ||
| - | === Requirements === | + | ==== Requirements |
| - | ==== Eclipse ==== | + | === android sdk === |
| - | Add CDT plugin to eclipse (Help -> add new software -> http:// | + | === android-ndk === |
| - | ==== opencv ==== | + | / |
| + | < | ||
| + | export NDKROOT=/ | ||
| + | export ANDROID_HOME=/ | ||
| + | export PATH=${PATH}: | ||
| + | export ANDROID_CMAKE_TOOLCHAIN=/ | ||
| + | </ | ||
| - | [[http:// | + | === Eclipse === |
| - | Unpack to /lab/sdk/ and Import | + | * Add ADT (android) plugin Help -> add new software -> https://dl-ssl.google.com/android/eclipse/ and set android |
| + | | ||
| - | ==== android-ndk | ||
| - | ==== tess-two | + | === opencv === |
| + | |||
| + | [[http:// | ||
| + | |||
| + | * Unpack to /lab/sdk/ and Import / | ||
| + | * On opencv projects add C++ nature: | ||
| + | * Project Properties -> C/C++ Build, and replace “Build command” text to " | ||
| + | * Project Properties -> Android -> set target | ||
| + | |||
| + | === tess-two === | ||
| * [[https:// | * [[https:// | ||
| Line 35: | Line 52: | ||
| / | / | ||
| + | </ | ||
| + | |||
| + | === android-cmake === | ||
| + | |||
| + | < | ||
| + | cd /lab/sdk | ||
| + | git clone https:// | ||
| + | # update path in sdk.sh above | ||
| </ | </ | ||