Augmented reality Tools, Libraries, and Applications
  • C++ 51.1%
  • Java 41.9%
  • C 4.7%
  • CMake 2%
  • Objective-C 0.1%
  • Other 0.1%
Find a file
2023-11-29 15:15:21 -08:00
.idea iml file cleanup for gradle 2013-07-31 11:20:16 -07:00
Augmatic Update dependency com.android.tools.build:gradle to v2 2023-11-06 07:58:39 +00:00
gradle/wrapper Update dependency gradle to v8.5 2023-11-29 15:41:54 +00:00
libraries Update dependency com.android.tools.build:gradle to v2 2023-11-06 07:58:39 +00:00
.gitignore iml file cleanup for gradle 2013-07-31 11:21:34 -07:00
augie.iml iml file cleanup for gradle 2013-07-31 11:20:16 -07:00
build.gradle Update dependency gradle to v8.5 2023-11-29 15:41:54 +00:00
gradlew gradlew 2013-09-14 07:15:18 -07:00
gradlew.bat gradlew 2013-09-14 07:15:18 -07:00
LICENSE-2.0.txt begin integrating OpenCV imple of face detectiong 2013-02-06 18:20:53 -08:00
LICENSE.txt Update LICENSE.txt 2014-08-19 11:43:12 -07:00
LICENSE_OPENCV.txt begin integrating OpenCV imple of face detectiong 2013-02-06 18:20:53 -08:00
README.md Update README.md 2014-08-19 11:42:42 -07:00
renovate.json Add renovate.json 2022-11-25 21:16:54 +00:00
settings.gradle refactor src for gradle libraries 2013-06-20 09:44:25 -07:00

The Augie Project

Augmented reality Tools, Libraries, and Applications

NOTE: another experiment to learn android better. I hope to dust this off and rev it to Android L soon

  1. AugieLib is a set of libraries and tools for camera tablets. See sub-project here.
  2. Augmatic 1000 is an reference implementation. See sub-project here.

note, OpenCV is in the repo just as a convenience. We've not made any changes to it except to comment out Ice Cream Sandwich stuff.

Terms

  1. Augie - The set of ideas and code libraries for working with cameras and camera live-views.
  2. Agiement - An Augie module. Sets of modules make up an Augie application.
  3. Augielay - A visual Augiement that effects the live-view.
  4. Mode - An Augie application can have multiple personalities, each one embodied in a Mode. All settings for a camera and augiements are scoped to a mode.
  5. Augmatic 1000 - the example camera application and reference implementation for all things Augie.