acl.himpi.vpc_calc_hist
此接口后续版本会废弃,请使用acl.himpi.vpc_calc_hist_v2接口。
c函数原型 |
hi_s32 hi_mpi_vpc_calc_hist(hi_vpc_chn chn, const hi_vpc_pic_info *source_pic, hi_vpc_histogram_config *hist_config, hi_u32 *task_id, hi_s32 milli_sec); |
---|---|
Python函数 |
hist_config, task_id, ret = acl.himpi.vpc_calc_hist(chn, source_pic, milli_sec) |
函数功能 |
统计图像每个通道的像素值分布。异步接口。 Atlas 200/300/500 推理产品,当前版本不支持该接口。 Atlas 训练系列产品,当前版本不支持该接口。 |
输入说明 |
|
返回值说明 |
|
父主题: VPC图像处理接口