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 AlignmentPick a sample pair or drop 2 images

ParametersUnfold to see all parametersAutorefreshONOFF

resolution
return_imageReturn the image after alignment

Results

DetailsMore infos...

Return matrices to apply alignement of one image compared to the other

Syntax

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

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
    • resolution : resize resolution of images

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 --request POST \ 'https://api.core.ltutech.com/v2/services/image/alignmentMatrix \ --header 'Authorization: Bearer <your token>' \ --header 'Accept: application/json' \ --form 'image1=$IMG1URL' \ --form 'image2=$IMG2URL' --form 'resolution=resolution=500&return_image=true'
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