VPI - Vision Programming Interface

0.2.0 Release

BilateralImageFilter.h File Reference
#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for BilateralImageFilter.h:

Go to the source code of this file.

Functions

VPIStatus vpiSubmitBilateralImageFilter (VPIStream stream, VPIImage input, VPIImage output, uint32_t kernelSize, float sigmaRange, float sigmaSpace, VPIBoundaryCond boundary)
 Runs a 2D bilateral filter over an image. More...
 

Detailed Description

Declares functions that implement the Bilateral Image Filter algorithm.

Definition in file BilateralImageFilter.h.