I recently came across an app made in Untiy, (xPlore AR). What they do is they have linked some structures of 2d images with 3d models, and they allow users to scan any of pre-defined images through its app, and the app scans the image and if it exists in database, it renders the 3d model. I want to know how does it actually work, since I don’t have much experience in unity but I want to work on it.
I think the pre-defined images are UV mappings of 3d models. Now, how do we scan the image from camera feed and compare them in database?
Thanks.