GithubHelp home page GithubHelp logo

dariofinardi / pagescan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lukacu/pagescan

0.0 1.0 0.0 151 KB

Android application for scanning documents

License: MIT License

CMake 2.13% Java 59.16% C++ 37.93% C 0.78%

pagescan's Introduction

PageScan - Android scanner app

This app is roughly based on a student project ScanIt, modified, improved, and cleaned up.

The app is an example of using OpenCV in your Android app without using generated Java bindings. This produces a much smaller app because you have control over what is actually embedded into it and does not require installation of other apps, such as OpenCV Manager.

Setup

The project is compiled using Android Studio and uses Gradle and CMake. You must have android NDK and OpenCV for Android installed. Paths to local installations of requirements should be set using local.properties file:

ndk.dir=<path to Android NDK>
sdk.dir=<path to Android SDK>
opencv.dir=<path to OpenCV for Android SDK>

Structure

The project is organized in a standard Gradle Android app structure. The native C++ code is available in pagescan/src/main/cpp, Java code is available in pagescan/src/main/java. The main class of the demo application is si.vicos.pagescan.CameraActivity.

pagescan's People

Contributors

lukacu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.