VPI - Vision Programming Interface

0.1.0 Release

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitImageResampler (VPIStream stream, VPIImage input, VPIImage output, VPIInterpolationType interpolationType, VPIBoundaryCond boundary)
 Runs a generic resampling algorithm on a 2D image The type of the input and output images have to match the image type specified by the payload. More...
 

Detailed Description

Declares functions that implement the Image Resampler algorithm.

Definition in file ImageResampler.h.