Declares functions that implement the Recursive Gaussian Filter algorithm. More...
#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
VPIStatus | vpiCreateRecursiveGaussianFilter (uint64_t backends, int32_t maxWidth, int32_t maxHeight, VPIPayload *payload) |
Creates payload for vpiSubmitRecursiveGaussianFilter. More... | |
VPIStatus | vpiSubmitRecursiveGaussianFilter (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, float sigmaX, float sigmaY, VPIBorderExtension border) |
Runs a Recursive Gaussian Filter over an image. More... | |
Declares functions that implement the Recursive Gaussian Filter algorithm.
Definition in file RecursiveGaussianFilter.h.