VPI - Vision Programming Interface

0.4.4 Release

PerspectiveWarp.h File Reference

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

#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.

Macros

#define VPI_WARP_INVERSE   (1u)
 Flag to inform that the matrix used in warp operation is already inverted. More...
 

Functions

VPIStatus vpiCreatePerspectiveWarp (VPIBackend backend, VPIPayload *payload)
 Creates a payload for Perspective Warp algorithm. More...
 
VPIStatus vpiSubmitPerspectiveWarp (VPIStream stream, VPIPayload payload, VPIImage input, const VPIPerspectiveTransform xform, VPIImage output, VPIInterpolationType interp, VPIBoundaryCond bcond, uint32_t flags)
 Submits the Perspective Warp operation to the stream associated with the payload. More...
 

Detailed Description

Declares functions that implement the Perspective Warp algorithm.

Definition in file PerspectiveWarp.h.