VPI - Vision Programming Interface

0.3.7 Release

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

Go to the source code of this file.

Macros

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

Functions

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

Detailed Description

Declares functions that implement the Perspective Image Warp algorithm.

Definition in file PerspectiveImageWarp.h.