Question

This is my first time working on Augmented Reality topic. I am about to develop an application which uses augmented reality to recognise and measure the n number of objects in my room. Something like in the attached image. I need to identify each edges and corners and have to do some vast math calculation for the measurement. I am pretty sure that it cant be achieved only through iOS SDK, I need to use some external library/SDKs. I need some scanner SDK which does the real time image recognition.

enter image description here

I came across Qualcomm's Vuforia, Realitycap, metaIO. My dilemma is, a developer who worked in product and business based iOS application can do this image recognition stuff? An iOS developer does not have that awesome experience in image processing. Can anyone suggest me some cool stuff to come over? Suggest some ideas also, it will help me a lot.

Was it helpful?

Solution

You can use metaio sdk to scan different objects. You can create as many object models in unity3D and have in database. The above sdk helps you to do in 3D scanning and many more features.

OTHER TIPS

I think there is a possibility to use OpenCV

API can be found at: http://opencv.org

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