⛏️imageSimilarityTest
Last updated
Last updated
Search in to our image similarity database for similar images.
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
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:
Here is an example of how to make a imageSimilarityTest
request using the NEST® SDK:
imageUrl
string
test image URL
message
string
message about the response
status
int
0 for no image found
1 for images found
-1 for any error occurs during the execution of the request
metadata
list
list of object of the metadata associated with the found images
img
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