56 #ifndef NV_VPI_ALGORITHMS_GAUSSIAN_FILTER_H
57 #define NV_VPI_ALGORITHMS_GAUSSIAN_FILTER_H
59 #include "vpi/Export.h"
148 int32_t kernelSizeX, int32_t kernelSizeY,
float sigmaX,
float sigmaY,
Declaration of VPI status codes handling functions.
Defines all types needed for programming with VPI.
VPIStatus vpiSubmitGaussianFilter(VPIStream stream, uint64_t backend, VPIImage input, VPIImage output, int32_t kernelSizeX, int32_t kernelSizeY, float sigmaX, float sigmaY, VPIBorderExtension border)
Runs a 2D Gaussian 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.