InitPngDecodeChannel

Function Usage

PNGD image channel initialization function for PNG image decoding.

Not supported by the Atlas 800I A2 inference product.

Prototype

1
APP_ERROR ImageProcessor::InitPngDecodeChannel(const PngDecodeChnConfig& config = PNG_DECODE_CHN_CONFIG);

Parameters

Parameter

Input/Output

Description

config

Input

Channel configuration parameter. The default value is PNG_DECODE_CHN_CONFIG.

The corresponding data structure is as follows (currently reserved):

1
struct PngDecodeChnConfig {}; 

Response Parameters

Data Structure

Description

APP_ERROR

For details about the returned error codes, see APP_ERROR Description.