Declares functions that implement the Pyramidal LK Optical Flow algorithm. More...
#include "../Export.h"
#include "../ImageFormat.h"
#include "../Status.h"
#include "../Types.h"
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | VPIOpticalFlowPyrLKParams |
Structure that defines the parameters for vpiSubmitOpticalFlowPyrLK. More... | |
Enumerations | |
enum | VPIEpsilonType |
Defines the error measurement types. More... | |
Functions | |
VPIStatus | vpiInitOpticalFlowPyrLKParams (VPIOpticalFlowPyrLKParams *params) |
Initializes VPIOpticalFlowPyrLKParams with default values. More... | |
VPIStatus | vpiCreateOpticalFlowPyrLK (uint64_t backends, int32_t width, int32_t height, VPIImageFormat fmt, int32_t levels, float scale, VPIPayload *payload) |
Creates payload for vpiSubmitOpticalFlowPyrLK. More... | |
VPIStatus | vpiSubmitOpticalFlowPyrLK (VPIStream stream, uint64_t backend, VPIPayload payload, VPIPyramid prevPyr, VPIPyramid curPyr, VPIArray prevPts, VPIArray curPts, VPIArray trackingStatus, const VPIOpticalFlowPyrLKParams *params) |
Runs Pyramidal LK Optical Flow on two frames. More... | |
Declares functions that implement the Pyramidal LK Optical Flow algorithm.
Definition in file OpticalFlowPyrLK.h.