Coder Social home page Coder Social logo

boofandroiddemo's Introduction

Demonstration of BoofCV for Android devices. BoofCV is an open source Java computer vision library. The source code for this application is made freely available without restriction. BoofCV has been released under an Apache 2.0 license.

Source Code: https://github.com/lessthanoptimal/BoofAndroidDemo

Examples and Learning BoofCV

The demonstration code contained in this repository is not very good to learn from. The core concepts are hidden under a lot of infrastructure and GUI code. The most bare bones example code can be found at the following websites:

Maven Central

Too add BoofCV to your Android project put the following inside of app/build.gradle.

dependencies {
    ['boofcv-android', 'boofcv-core'].each {
        String a -> api group: 'org.boofcv', name: a, version: '0.36' }
}

Help Wanted!

Help improve BoofCV on Android! Some of these might even qualify for a small bounty.

Building

Just load into Android Studio and everything should compile and work just fine. No need to download jars yourself. Gradle will handle that all for you. I recommend ignoring requested by Android Studio to upgrade parts of the script. Historically those "upgrades" have broken things horribly and require additional modifications to fix it.

Build Variants

  • debug Let's you see debug output and put breakpoints in the code bug is MUCH MUCH slower to run
  • fast Turns off debugging and runs at full speed
  • release Is for release and requires encryption keys

Crash Reporting

ACRA is used to report crashes. To prevent me from getting spammed by weird errors when people hack this code the destination address for ACRA isn't checked into the repository. To add error reporting create a text file with the address here:

app/src/main/asserts/acra.txt

Usage

See this old blog post http://peterabeles.com/blog/?p=204

  • Author: Peter Abeles
  • Date: April 22, 2018

P.S. Holy sh** I first released this in 2013??

boofandroiddemo's People

Contributors

lessthanoptimal 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.