tahir
tahir

Reputation: 41

Augmented reality in android

I have just started developing an application on android based on augmented reality, I just want to know is there any plugins or development kit required for augmented reality also I have gone through some of the development kit as follows,

  1. ARToolKit
  2. FLARToolKit and FLARManager for Adobe Flash
  3. SLARToolkit
  4. AR-media™ Plugin for Google™ SketchUp™
  5. NyARToolkit
  6. LinceoVR
  7. HandyAR
  8. Total Immersion – D’Fusion Studio
  9. Unifeye Mobile

and I want to know, which would be the better... My application is based on text translator and face recognition. Thank you!

Upvotes: 4

Views: 1698

Answers (2)

Balu SKT
Balu SKT

Reputation: 549

To do face recognition try to use OpenCV. It have got in built library functions which can make life easier. Refer below links.

OpenCV -Android

OpenCV - Java

Upvotes: 1

useCase
useCase

Reputation: 1275

Augmented reality (AR) is a term for a live direct or indirect view of a physical, real-world environment whose elements are augmented by virtual computer-generated sensory input, such as sound or graphics. It is related to a more general concept called mediated reality, in which a view of reality is modified (possibly even diminished rather than augmented) by a computer. As a result, the technology functions by enhancing one’s current perception of reality.

http://mobile.tutsplus.com/tutorials/android/android_augmented-reality/

Upvotes: 0

Related Questions