imageSimilarityTest
Description
Search in to our image similarity database for similar images.
Parameters
imageUrl
string
test image URL
Response
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
Example Request and Response
Prerequisites
Before making requests with Volary SDK, you must have it installed.
You can install Volary SDK using either npm
or yarn
. Use the following commands to install Volary SDK:
Request
Here is an example of how to make a imageSimilarityTest
request using the Volary SDK:
Response
Last updated