56 #ifndef NV_VPI_ALGORITHMS_BOX_FILTER_H
57 #define NV_VPI_ALGORITHMS_BOX_FILTER_H
68 #include "../Export.h"
69 #include "../Status.h"
VPIStatus vpiSubmitBoxFilter(VPIStream stream, uint64_t backend, VPIImage input, VPIImage output, int32_t kernelWidth, int32_t kernelHeight, VPIBorderExtension border)
对图像运行 2D 盒式滤波器。
struct VPIImageImpl * VPIImage
图像的句柄。
struct VPIStreamImpl * VPIStream
流的句柄。
VPIBorderExtension
图像边界扩展指定应如何构造图像域外部的像素值。