Declares functions that implement the Gaussian Filter algorithm. More...
Go to the source code of this file.
Functions | |
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. More... | |
Declares functions that implement the Gaussian Filter algorithm.
Definition in file GaussianFilter.h.