Magnus Karlsson
Magnus Karlsson

Reputation: 3579

Find a similar image among saved images with Cognitive services

Is there an API I can use in Cognitive Services vision API that compares images? Sometimes we import products from two brands who both have bought the product from the same seller but changed product id with their own product information. I would like to save all images with some meta-data and then be able to upload an image->compare it to the stored images and get a resultset with images that look like the ones I have uploaded.

Upvotes: 1

Views: 1562

Answers (2)

Nicolas R
Nicolas R

Reputation: 14619

In the Cognitive Services family, you will find Bing Visual Search that will provide methods allowing to search for similarity.

Have a look to the visuallySimilarProducts items. But it looks like it is running similarity with public items, not with a dedicated dataset.

Public main page with a few samples: https://azure.microsoft.com/en-us/services/cognitive-services/bing-visual-search/

REST API Documentation: https://learn.microsoft.com/en-us/rest/api/cognitiveservices/bing-images-api-v7-reference

Upvotes: 2

Magnus Karlsson
Magnus Karlsson

Reputation: 3579

This functionality is not available in Azure cognitive services.

Upvotes: 1

Related Questions