Question

I am developing an application where the User takes a picture of the moon and it will determine the shape and the orientation of the illuminated part of the moon. So I figured the user can take a picture of the moon and it would compare against a set of images I included and match it. Is there an api to accomplish some of this? Is there any other alternatives?

Was it helpful?

Solution

I would recommend opencv image comparison lib. It has some very advanced features that you can take advantage of. More over, it is very easy to set up and the online documentation is very thorough. there are some great tutorials that you can follow. Though the content can get very technical at some level. OpenCV image comparison in Android

http://docs.opencv.org/doc/tutorials/tutorials.html

Image comparison - fast algorithm

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