Return the edges of the objects in an image.
Syntax
POST https://api.core.ltutech.com/v2/services/image/imageQuality
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
- image: a binary image or a string that contains an url
- bins: the number of bins to use in the luminance histogram
- tolerance: the luminance threshold expressed as a percentage to identify under and over exposed pixels in an image
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.