更新时间:2021-03-18 GMT+08:00
分享

SetDtcPixelMean

函数格式

AIStatus SetDtcPixelMean(int16_t dtcPixelMeanChn0 = 0,

int16_t dtcPixelMeanChn1 = 0,

int16_t dtcPixelMeanChn2 = 0,

int16_t dtcPixelMeanChn3 = 0,

uint32_t batch_index = 0);

功能说明

设置DTC通道均值参数。

参数说明

参数名

输入/输出

类型

描述

dtcPixelMeanChn0

输入

int16_t

通道0均值。

dtcPixelMeanChn1

输入

int16_t

通道1均值。

dtcPixelMeanChn2

输入

int16_t

通道2均值。

dtcPixelMeanChn3

输入

int16_t

通道3均值。

batchIndex

输入

uint32_t

对第几个batch设置DTC通道均值,默认为0,取值范围[0, batchNum )。

返回值

参数名

类型

描述(参数说明、取值范围等)

-

AIStatus

设置成功返回0,如果输入非法,返回其它值。

AIStatus类型的定义如下:

AIStatus = uint32_t

异常处理

无。

约束说明

无。

分享:

    相关文档

    相关产品