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>
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... | |
Declares functions that implement the Perspective Warp algorithm.
Definition in file PerspectiveWarp.h.