VPI - Vision Programming Interface

0.4.4 Release

Remap.h File Reference

Declares functions that implement the Remap algorithm. More...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include "../WarpMap.h"
#include <stdint.h>
+ Include dependency graph for Remap.h:

Go to the source code of this file.

Functions

VPIStatus vpiCreateRemap (VPIBackend backend, const VPIWarpMap *warpMap, VPIPayload *payload)
 Create a payload for Remap algorithm. More...
 
VPIStatus vpiSubmitRemap (VPIStream stream, VPIPayload payload, VPIImage input, VPIImage output, VPIInterpolationType interp, VPIBoundaryCond bcond)
 Submits the Remap operation to the stream associated with the payload. More...
 

Detailed Description

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.