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

ContoursPick a sample or drop an image

ParametersUnfold to see all parameters

channelSVS or V channel of HSV color space

Results

DetailsMore infos...

Return the contours of the objects in an image.

Syntax

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

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
    • channel : S or V channel of HSV color space

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/contours' \ --header 'Authorization: Bearer <your token>' \ --header 'Accept: application/json' \ --form 'image=@“/Users/Pictures/image.jpg”’ --form 'channel=V'
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