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 09:21] – [opencv] 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 ====+/etc/profile.d/sdk.sh 
 +<code> 
 +export NDKROOT=/lab/sdk/android-ndk-r10e 
 +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>
  
-[[http://opencv.org/downloads.html|opencv for android sdk]]+=== Eclipse ===
  
-Unpack to /lab/sdkand Import /lab/sdk/**OpenCV-android-sdk** into eclipse+  * Add ADT (android) plugin Help -> add new software -> https://dl-ssl.google.com/android/eclipseand set android sdk path 
 +  Add CDT (C++) plugin: Help -> add new software -> http://download.eclipse.org/tools/cdt/releases/8.8 
  
-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" +=== opencv ===
-==== android-ndk ====+
  
-/etc/profile.d/sdk.sh +[[http://opencv.org/downloads.html|opencv for android sdk]] 
-<code> + 
-export NDKROOT=/lab/sdk/android-ndk-r10e +  * Unpack to /lab/sdk/ and Import /lab/sdk/**OpenCV-android-sdk** into eclipse 
-export PATH=${PATH}:${NDKROOT}:/lab/sdk/android-sdk-linux/platform-tools +  * On opencv projects add C++ nature:  Properties -> New -> Other -> C/C++ -> Convert to a C/C++ project 
-</code>+  * Project Properties -> C/C++ Build, and replace “Build command” text to "${NDKROOT}/ndk-build" 
 +  * Project Properties -> Android -set target
  
-==== tess-two ====+=== tess-two ===
  
 * [[https://github.com/rmtheis/tess-two|github]] * [[https://github.com/rmtheis/tess-two|github]]
Line 44: 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.1444375269.txt.gz
  • Last modified: 2015/10/09 09:21
  • by scipio