VPI - Vision Programming Interface

3.0 Release

Remap.h File Reference

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>
+ Include dependency graph for Remap.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...
 

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.