Returns a training image associated with an object class.
Type: synchronous
Parameter | Description | Required |
---|---|---|
classifier
|
The name of the classifier that contains the object class. | Yes |
identifier
|
The identifier of the object class from which you want to retrieve an image. | Yes |
imagelabel
|
The label of the image that you want to retrieve. | Yes |
curl http://localhost:14000 -F action=getclassimage -F classifier=vehicles -F identifier=cars -F imagelabel=image1 -o ReturnedImage.jpg
The response contains the image data.
HPE Media Server identifies the image type and sets the Content-Type
header to the appropriate MIME type. The Content-Length
header is set to the length of the image data in bytes.
If an error occurs, HPE Media Server returns a standard XML error response.
|