hbVPIntegral

int32_t hbVPIntegral(hbUCPTaskHandle_t *taskHandle, hbVPImage *dstImg, hbVPImage const *srcImg);

调用 Integral API。

  • 参数
    • [out] taskHandle 任务句柄,负责算子与UCP架构的交互。
    • [out] dstImg 输出图像,format与输入图像一致,type支持S32C1,其width为输入图像的width加一,其height为输入图像的height加一。
    • [in] srcImg 输入图像,type支持U8C1,format支持Y。
  • 返回值
    • 返回 0 则表示API成功执行,否则执行失败。