VPI - Vision Programming Interface

0.2.0 Release

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitImageConvolver (VPIStream stream, VPIImage input, VPIImage output, const float *kernelData, uint32_t kernelWidth, uint32_t kernelHeight, VPIBoundaryCond boundary)
 Runs a generic 2D convolution over an image. More...
 

Detailed Description

Declares functions that implement the Image Convolver algorithm.

Definition in file ImageConvolver.h.