Thanks in advance. I want to know how to implement augument reality concept in iphone. I have seen the apis like wikitude , Layers and Unifeye sdk but i am not that much clear about the concept. If any one know please suggest me which api have to follow to develop and if possible provide me some documentation.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
See the SO post, Is there a good tutorial for implementing an augmented reality iPhone application? Concept : http://www.funkyspacemonkey.com/concept-realtime-augmented-reality-iphone Others: Project Source code : |
|||
|
|
Augmented Reality usually uses a space-filling-curve to reduce the 2 to 3-Dimensional problem to a 1-2 Dimensional problem. Basically it is just a reordering of sub-divisions of the surface thus it makes it easier to query the database for any locations or items in range or it helps partitioning the surface at all. You want to look for Nick's blog about spatial index quadtree and hilbert curve. A good example of a sfc is also the internet-map from the xbcd-comic. |
||||
|
|