Return matrices to apply alignment 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.