Drop Your Image Anywhere
Classification
Color Palette
Contours
Image Quality
Object Detection
Object Mask Detection
Text Extraction
Search by Image
Search by Color
Images Alignment
Images Differences
Images Distance

Images DifferencesPick a sample pair or drop 2 images

ParametersUnfold to see all parametersAutorefreshONOFF

preset12345customUse predefined settings, if 'custom' see doc for details.
transformGet the registration matrix in the json result.
verticesGet the coordinates of each vertices.
mask_typenonebinarycontoursVisual representation of the differences.

Results

DetailsMore infos...

Find and return differences between 2 images

Syntax

POST https://api.core.ltutech.com/v2/services/image/differences

Parameters

  • headers:
    • authorization: your access token
  • body: parameters are sent under binary or ASCII characters format as separated part in the body of a multipart form request
    • image1 : a binary image or a string that contains an url
    • image2 : a binary image or a string that contains an url
    • preset : 1 to 5 or "custom", for pre-configured or custom settings. See the complete documentation details

To implement this feature in your project you need to be logged in. To know how to get your token you can consult the getToken documentation. Should you need a test account please contact us.

Code Snippetscurlpythonnodejsc

curl -X POST \ 'https://api.core.ltutech.com/v2/services/image/differences?preset=4&transform=true&vertices=false&mask_type=binary'\ --header 'Authorization: Bearer <your token>' \ --header 'Accept: application/json' \ --form 'refImage=$IMG1URL' \ --form 'queryImage=$IMG2URL'
Do you like this functionality ?
Would you like to test with your own images in your own environment ?
To get your API Key and create a test account, please contact us.
Contact Us
Json

JsonDepth 1234