Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakinduakash/boofcv-android-demo
https://github.com/lakinduakash/boofcv-android-demo
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lakinduakash/boofcv-android-demo
- Owner: lakinduakash
- Created: 2020-02-06T05:47:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T05:56:53.000Z (almost 5 years ago)
- Last Synced: 2024-04-14T09:04:01.420Z (7 months ago)
- Language: Java
- Size: 11.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: change.txt
Awesome Lists containing this project
README
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
# 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, 2018P.S. Holy sh** I first released this in 2013??