DvppJpegConvertColor
Function Usage
Implements BGR CSC on JPEG images through DVPP on the Atlas inference products. Before calling this API, call Init() or Init(MxbaseDvppChannelMode dvppChannelMode) to initialize this function.
Prototype
APP_ERROR DvppJpegConvertColor(
DvppDataInfo& inputDataInfo,
DvppDataInfo& outputDataInfo
);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
inputDataInfo |
Input |
Decoded data |
outputDataInfo |
Output |
Output data after decoding |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: DvppWrapper