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.
Find a similar image among saved images with Cognitive services
1.2k Views Asked by Magnus Karlsson At
2
There are 2 best solutions below
Related Questions in AZURE-COGNITIVE-SERVICES
- Microsoft Cognitive Services - Authentication Issues, Unable to get Access Token
- Available Miicrosoft Cognitive regions
- What is default threshold for Microsoft face api?
- How to convert the .wav audio files into text and identify the intents using LUIS
- microsoft cognitive face find similar return empty list
- Microsoft Translator API Cognitive Services - What is the correct endpoint?
- How to detect relationships using Microsoft Cognitive services?
- Guaranteed way to associate speech recognition result with an utterance?
- How to "post" image URL instead of Image to Vision Cognitive API?
- Try to get person image
- Where do I find the old Bing Client ID and Bing Client Secret
- Is it possible for either Microsoft Computer Vision API or Google's Cloud Vision API to get a location for objects?
- Vision API C# - reading stored image's URL in Azure
- Microsoft-Cognitive Face API - Verify. Is there a way to avoid pictures of pictures?
- How to use Microsoft Face API to identify faces in a group pictures
Related Questions in IMAGE-RECOGNITION
- Calculating equation from image in Java
- Shazam for video
- How to recognize the shape of traffic sign?
- What is the image type in MNIST dataset?
- Unexpected Image Display Behavior in Ipython Notebook After Manipulating with Numpy
- Quickly recognize different scanned forms with OpenCV and find homography transformation
- Tesseract: Recognition simple numbers in C#
- Extracting total price from a shopping bill
- Tesseract - How to extract text from the image for the input coordinates?
- Detecting a baby's face using OpenCV
- Training model to recognize one specific object (or scene)
- iOs Image Recognition, Categorizing and matching pattern
- How to make unrecognized faces in opencv2 be labeled "unknown"?
- Running a TensorFlow Image Recognition API to search for an object
- FindFailed with error message implying find success in SikuliX?
Related Questions in VISION-API
- Google Cloud Vision API, identifying a snake in long grass
- Google Cloud AutoML Vision API - Service account [email protected] does not exist
- Gcloud Vision API Error opening Cloud Storage File
- Firebase ML Kit (Text_detection) - getConfident() return NULL
- How to config Springboot with Google cloud platform API vesion
- Vision API - Product Search – detectable category tree
- Cannot find Google Cloud Vision APIs
- Trying to connect Google Vision AI to Django
- AttributeError: module 'google.cloud.vision' has no attribute 'Client'
- Using vision api function to dataframe?
- Google Vision API Text extraction data accuracy (DOCUMENT_TEXT_DETECTION)
- Find a similar image among saved images with Cognitive services
- facing issues in executing Azure vision api
- Google Vision API does not detect Kannada text in images
- Android: Draw Landmarks on face using Google Vision API
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
In the Cognitive Services family, you will find
Bing Visual Searchthat will provide methods allowing to search for similarity.Have a look to the
visuallySimilarProductsitems. 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