Question

I am working on a project both on Android and IOS.

Basicly, user will take photos of an object, place, logo, painting, etc. Store it in the app database. Then when the user takes the photo of the same object again the app will be able to match and confirm that these images are from the same or similiar source.

I checked a lot of APIs, I would rather free software but one time affordable payment will also work. Most of the APIs want to get paid per image count in database or per times the app tried to match images. Plus most of them work with a cloud server where the images are matched in a huge database.

I do not want these, I want a simple matching algorithm that can work offline on mobile devices.

Any help will be appreciated.

Was it helpful?

Solution

I recommend you take a look at OpenCV. A lot of those services you mention are built on top of this or are similar. Since you only want offline mode this should work really well for you, although it will take more work on your end. You might want to start with the object detection tutorial, but there are tons of resources on OpenCV

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