VPI - Vision Programming Interface

1.2 Release

BoxFilter.h File Reference

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

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitBoxFilter (VPIStream stream, uint32_t backend, VPIImage input, VPIImage output, int32_t kernelSizeX, int32_t kernelSizeY, VPIBorderExtension border)
 Runs a 2D box filter over an image. More...
 

Detailed Description

Declares functions that implement the Box Filter algorithm.

Definition in file BoxFilter.h.