문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top