forked from lessthanoptimal/BoofAndroidDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
16 lines (11 loc) · 843 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.
The latest source code is available on GitHub:
https://github.com/lessthanoptimal/BoofAndroidDemo
Additional usage instructions can be found at:
http://peterabeles.com/blog/?p=204
Author: Peter Abeles
Date: February 18, 2013
-------------- Build Instructions ----------------
To build the source code you will need to check out source code for DDogleg and EJML. There appears to be some
strange bug (maybe in Android) and if you include the DDogleg jar it will freeze while rectifying an image, but
if you include the source code everything works fine. All the other included jars work just fine.