Yes, it is possible, at least in part.

I'm the author or Pro Android Augmented Reality (Apress).

Before you start with this app, I'd recommend you get a good hang of the
Android platform, especially the location services, the camera API and
surface views and how to draw custom views.

I'd recommend Mark Murphy's books for learning android.

After this, you should get a good understanding of certain math concepts
like trigonometry and matrices.

Finally, there are a few open source ar browsers floating around which you
could learn from, and chapter 9 of my book actually has an ar browser as
the example app.

As for image recognition, you probably want to do it on a server, unless
you're looking for very well defined markers, as our mobile devices aren't
quite ready for on the fly image recognition of stuff that isn't predefined
very well.

Thanks

Raghav Sood
Sent from my Nexus 7
On Sep 4, 2012 3:37 PM, "Ahmed.Essam" <b.m...@rocketmail.com> wrote:

> Hello,
>
> I am a computer engineering student and I willing to make an augmented
> reality browser for android as a graduation project(something like Layar
> and Wikitude); however, I want to make it from scratch(without using any
> Augmented Reality API like the ones Layar provide), I want the application
> to be smart and to be able to detect stuff through image recognition and
> back it up with locations provided through GPS and I am willing to use
> Google Maps API for fetching Points of interest and other APIs for
> different uses...
>
> I have very basic android programming experience and average java
> programming experience. I am going to work in a group of two and I have a
> 10 month period to make the app.
>
> The question I hope anyone would help me answer is :
>
> Can it be done or do I have to look for another graduation project? If
> yes, what materials(books, tutorials,...) should I start searching for if I
> want to make this project better?
>
> I appreciate any help regarding this question...
>
> Sorry for my bad English...
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to