Declares functions that implement the Bilateral Filter algorithm. More...
Go to the source code of this file.
Functions | |
VPIStatus | vpiSubmitBilateralFilter (VPIStream stream, uint64_t backend, VPIImage input, VPIImage output, int32_t kernelSize, float sigmaRange, float sigmaSpace, VPIBorderExtension border) |
Runs a 2D bilateral filter over an image. More... | |
Declares functions that implement the Bilateral Filter algorithm.
Definition in file BilateralFilter.h.