VPI - Vision Programming Interface

0.1.0 Release

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitBoxImageFilter (VPIStream stream, VPIImage input, VPIImage output, uint32_t kernelSizeX, uint32_t kernelSizeY, VPIBoundaryCond boundary)
 Runs a 2D box filter over an image. More...
 

Detailed Description

Declares functions that implement the Box Image Filter algorithm.

Definition in file BoxImageFilter.h.