VPI - Vision Programming Interface

1.1 Release

OpticalFlowDense.h File Reference

Declares functions that implement the dense optical flow. More...

#include "../Export.h"
#include "../ImageFormat.h"
#include "../Status.h"
#include "../Types.h"
#include <stdbool.h>
#include <stdint.h>
+ Include dependency graph for OpticalFlowDense.h:

Go to the source code of this file.

Functions

VPIStatus vpiCreateOpticalFlowDense (uint32_t backends, int32_t width, int32_t height, VPIImageFormat inputFmt, VPIOpticalFlowQuality quality, VPIPayload *payload)
 Creates payload for vpiSubmitOpticalFlowDense. More...
 
VPIStatus vpiSubmitOpticalFlowDense (VPIStream stream, uint32_t backend, VPIPayload payload, VPIImage prevImg, VPIImage curImg, VPIImage mvImg)
 Runs dense Optical Flow on two frames. More...
 

Detailed Description

Declares functions that implement the dense optical flow.

Definition in file OpticalFlowDense.h.