#include "vpi/Export.h"
#include "vpi/Status.h"
#include "vpi/Types.h"
#include "vpi/WarpMap.h"
#include <stdint.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... | |
Declares functions that implement the Perspective Image Warp algorithm.
Definition in file PerspectiveImageWarp.h.