VPI - Vision Programming Interface

1.2 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 vpiCreatePerspectiveWarp (uint32_t backends, VPIPayload *payload)
 Creates a payload for Perspective Warp algorithm. More...
 
VPIStatus vpiSubmitPerspectiveWarp (VPIStream stream, uint32_t backend, VPIPayload payload, VPIImage input, const VPIPerspectiveTransform xform, VPIImage output, VPIInterpolationType interp, VPIBorderExtension border, 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.