I want to create an android app. please consider the following scenario:
Iam standing on a road and in front of me there are two different buildings one is of university and the other one is a factory i then capture images of both the buildings and store these images in my database.
know what i want is when i move my android phone camera back towards the university building it does some image processing and matches the image of university from my database with the university building view in the camera and shows result "image found" and if there is no match in database then my app should output "image not found" please help me how should i start doing this or if you can recommend a good library to do this.