#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.
Functions | |
VPIStatus | vpiCreateImageRemap (VPIStream stream, const VPIWarpMap *warpMap, VPIPayload *payload) |
Create a payload for Image Remap algorithm. More... | |
VPIStatus | vpiSubmitImageRemap (VPIPayload payload, VPIImage input, VPIImage output, VPIInterpolationType interp, VPIBoundaryCond bcond) |
Submits the Image Remap operation to the stream associated with the payload. More... | |
Declares functions that implement the Image Remap algorithm.
Image remap warps an image using a given a VPIWarpMap. This operation is used, among other things, for lens distortion correction.
Definition in file ImageRemap.h.