Question

I'm developing an app that makes use of an augmented reality feature whereby the user can point the device's camera at a point of interest such as a building and get information on that building.

Are there any frameworks out there for the iOS SDK that allow for this functionality?

I've looked at the Vuforia framework, however this doesn't seem to support this feature. If anyone could point me in the right direction I'd appreciate it.

Thanks in advance!

Was it helpful?

Solution

If you can put some markers on the buildings, you can try ARToolKit.

If you cannot, it will be a much more difficult problem. If the buildings look similar, it is impossible to distinguish them by their appearance. If they look very different, you may try feature detection techniques such as SIFT or SURF.

GPS information will make your job easier, if you know the exact location of these buildings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top