VPI - Vision Programming Interface

3.0 Release

PerspectiveWarp.h File Reference

Declares functions that implement the Perspective Warp algorithm. More...

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitPerspectiveWarp (VPIStream stream, uint64_t backend, VPIImage input, const VPIPerspectiveTransform xform, VPIImage output, const VPIWarpGrid *grid, VPIInterpolationType interp, VPIBorderExtension border, uint64_t flags)
 Submits a Perspective Warp operation to the stream. More...
 

Detailed Description

Declares functions that implement the Perspective Warp algorithm.

Definition in file PerspectiveWarp.h.