VPI - Vision Programming Interface

1.1 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 (uint32_t backends, const VPIWarpMap *warpMap, VPIPayload *payload)
 Create a payload for Remap algorithm. More...
 
VPIStatus vpiSubmitRemap (VPIStream stream, uint32_t backend, VPIPayload payload, VPIImage input, VPIImage output, VPIInterpolationType interp, VPIBorderExtension border, uint32_t flags)
 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.