⛏️imageSimilarityTest
Description
Search in to our image similarity database for similar images.
Parameters
Parameter | Type | Description |
---|---|---|
| string | test image URL |
Response
Parameter | Type | Description |
---|---|---|
| string | message about the response |
| int | 0 for no image found 1 for images found -1 for any error occurs during the execution of the request |
| list | list of object of the metadata associated with the found images |
| object | this object will contain four properties, they can be None keyPoint1 and keyPoint2 will be the points matched between two images, the test image and the found image matchedImg will be the comparative image of the two images in base64 format score will be the similarity score of the search |
Example Request and Response
Prerequisites
Before making requests with NEST® SDK, you must have it installed.
You can install NEST® SDK using either npm
or yarn
. Use the following commands to install NEST® SDK:
Request
Here is an example of how to make a imageSimilarityTest
request using the NEST® SDK:
Response
Last updated