Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 886 Bytes

File metadata and controls

18 lines (14 loc) · 886 Bytes

Text Detection on Android Devices

Overview

Based on the work done by PhD candidate Menglong Zhu on Literate PR2 architecture. A video of the Literate PR2 in action can be found here.

Instructions

  1. Install Android SDK, NDK, and OpenCV for Android. Tutorials can be found here and here.
  2. Set up an OPENCV_PACKAGE_DIR environment variable with the path of your Android OpenCV directory and an OPENCV_CAMERA_MODULES environment variable with the value off.

Contributors

  • Menglong Zhu
  • Andrei Nagornyi