VPI - Vision Programming Interface

0.4.4 Release

GaussianFilter.h File Reference

Declares functions that implement the Gaussian Filter algorithm. More...

#include "vpi/Export.h"
#include "vpi/Status.h"
#include "vpi/Types.h"
#include <stdint.h>
+ Include dependency graph for GaussianFilter.h:

Go to the source code of this file.

Functions

VPIStatus vpiSubmitGaussianFilter (VPIStream stream, VPIBackend backend, VPIImage input, VPIImage output, uint32_t kernelSizeX, uint32_t kernelSizeY, float sigmaX, float sigmaY, VPIBoundaryCond boundary)
 Runs a 2D Gaussian filter over an image. More...
 

Detailed Description

Declares functions that implement the Gaussian Filter algorithm.

Definition in file GaussianFilter.h.