56 #ifndef NV_VPI_ALGORITHMS_COLORNAMES_H
57 #define NV_VPI_ALGORITHMS_COLORNAMES_H
59 #include "../Export.h"
60 #include "../Status.h"
VPIStatus vpiCreateExtractColorNameFeatures(uint64_t backends, VPIImageFormat outFormat, VPIPayload *payload)
Creates the payload for the Color Names algorithm.
VPIStatus vpiSubmitExtractColorNameFeatures(VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage *output, int32_t numOutputs)
Submits the Color Names algorithm to the stream.
struct VPIImageImpl * VPIImage
A handle to an image.
struct VPIPayloadImpl * VPIPayload
A handle to an algorithm payload.
struct VPIStreamImpl * VPIStream
A handle to a stream.