tips:openalpr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tips:openalpr [2015/10/09 08:48] scipiotips:openalpr [2015/10/09 09:56] (current) – [Requirements] scipio
Line 1: Line 1:
-= OpenALPR =+====== OpenALPR ====== 
 + 
  
-== Android ==+===== Android ===== 
 + 
  
 [[https://github.com/openalpr/openalpr/wiki/Android-compilation|reference]] [[https://github.com/openalpr/openalpr/wiki/Android-compilation|reference]]
  
-=== Requirements ===+==== Requirements ====
  
-==== Eclipse ====+=== android sdk ===
  
-Add CDT plugin to eclipse (Help -> add new software -> http://download.eclipse.org/tools/cdt/releases/8.8) +=== android-ndk ===
- +
-==== opencv ==== +
- +
-[[http://opencv.org/downloads.html|opencv for android sdk]] +
- +
-Unpack to /lab/sdk/ and Import /lab/sdk/**OpenCV-android-sdk** into eclipse +
- +
-==== android-ndk ====+
  
 /etc/profile.d/sdk.sh /etc/profile.d/sdk.sh
 <code> <code>
 export NDKROOT=/lab/sdk/android-ndk-r10e export NDKROOT=/lab/sdk/android-ndk-r10e
-export PATH=${PATH}:${NDKROOT}:/lab/sdk/android-sdk-linux/platform-tools+export ANDROID_HOME=/lab/sdk/android-sdk-linux 
 +export PATH=${PATH}:${NDKROOT}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools/ 
 +export ANDROID_CMAKE_TOOLCHAIN=/lab/sdk/android-cmake/android.toolchain.cmake
 </code> </code>
  
-==== tess-two ====+=== Eclipse === 
 + 
 +  * Add ADT (android) plugin Help -> add new software -> https://dl-ssl.google.com/android/eclipse/ and set android sdk path 
 +  * Add CDT (C++) plugin: Help -> add new software -> http://download.eclipse.org/tools/cdt/releases/8.8  
 + 
 + 
 +=== opencv === 
 + 
 +[[http://opencv.org/downloads.html|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 
 + 
 +=== tess-two ===
  
 * [[https://github.com/rmtheis/tess-two|github]] * [[https://github.com/rmtheis/tess-two|github]]
Line 41: Line 52:
 /lab/sdk/OpenCV-android-sdk /lab/sdk/OpenCV-android-sdk
  
 +</code>
 +
 +=== android-cmake ===
 +
 +<code>
 +cd /lab/sdk
 +git clone https://github.com/taka-no-me/android-cmake.git
 +# update path in sdk.sh above
 </code> </code>
  • tips/openalpr.1444373338.txt.gz
  • Last modified: 2015/10/09 08:48
  • by scipio