Drop Your Image Anywhere
Classification
Color Palette
Contours
Object Detection
Object Mask Detection
Text Detection
Search Image
Search by Color
Alignment Matrix
Images Differences
Images Distance
Contact Us

Alignment MatrixMore infos...

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

Syntax

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

Parameters

  • headers:
    • token
    • userName
  • body:
    • image1 : a string that contains an url or the binary content of an image encoded in base64
    • image2 : a string that contains an url or the binary content of an image encoded in base64
    • 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.

Samples

No samples.

ParametersAdjust parameter(s) and select a sample

resolution

Results

Code Snippetscurlpythonnodejsc

curl --location --request POST \ 'https://api.core.dev.ltutech.com/api/v2/image/alignmentMatrix?resolution=500' \ --header 'userName: <your username>' \ --header 'token: <your token>' \ --header 'Accept: application/json' \ -d 'image1=$IMG1URL' \ -d 'image2=$IMG2URL'
Json

JsonDepth 1234