VPI - Vision Programming Interface

3.2 Release

DynamicRemap.h File Reference

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

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

Go to the source code of this file.

Functions

VPIStatus vpiCreateDynamicRemap (uint64_t backends, VPIPayload *payload)
 Create a payload for Dynamic Remap algorithm. More...
 
VPIStatus vpiSubmitDynamicRemap (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIImage output, VPIImage map, VPIInterpolationType inputInterpolation, VPIInterpolationType mapInterpolation, VPIBorderExtension border, uint64_t flags)
 Submits a Dynamic Remap operation to the stream. More...
 

Detailed Description

Declares functions that implement the Dynamic Remap algorithm.

Dynamic remap warps an image using a given map image.

Definition in file DynamicRemap.h.