VPI - Vision Programming Interface

0.1.0 Release

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitSeparableImageConvolver (VPIStream stream, VPIImage input, VPIImage output, const float *kernelXData, uint32_t kernelXSize, const float *kernelYData, uint32_t kernelYSize, VPIBoundaryCond boundary)
 Runs a generic 2D convolution over an image. More...
 

Detailed Description

Declares functions that implement the Separable Image Convolver algorithm.

Definition in file SeparableImageConvolver.h.