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)
创建颜色名称算法的有效负载。
VPIStatus vpiSubmitExtractColorNameFeatures(VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage *output, int32_t numOutputs)
将颜色名称算法提交到流。
struct VPIImageImpl * VPIImage
图像的句柄。
struct VPIPayloadImpl * VPIPayload
算法有效负载的句柄。
struct VPIStreamImpl * VPIStream
流的句柄。