Declares functions that implement the Remap 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 | vpiCreateRemap (uint64_t backends, const VPIWarpMap *warpMap, VPIPayload *payload) |
Create a payload for Remap algorithm. More... | |
VPIStatus | vpiSubmitRemap (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, VPIInterpolationType interp, VPIBorderExtension border, uint64_t flags) |
Submits a Remap operation to the stream. More... | |
Declares functions that implement the Remap algorithm.
Remap warps an image using a given a VPIWarpMap. This operation is used, among other things, for lens distortion correction.
Definition in file Remap.h.