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)
Runs a 2D box filter over an image.
struct VPIImageImpl * VPIImage
A handle to an image.
struct VPIStreamImpl * VPIStream
A handle to a stream.
VPIBorderExtension
Image border extension specify how pixel values outside of the image domain should be constructed.