![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
NvMediaVPIGetSparseFlowPyrLKParams.
Definition at line 972 of file nvmedia_vpi.h.
Data Fields | |
const NvMediaVPITerminationCriterion | termination |
Holds the termination criteria. More... | |
float | epsilon |
Holds the error for terminating the algorithm. More... | |
uint32_t | numPoints |
Holds the number of points. More... | |
uint32_t | numIterations |
Holds the number of iterations. More... | |
uint32_t | windowDimension |
Holds the size of the window on which to perform the algorithm. More... | |
int32_t | calcError |
Holds a Boolean flag that indicates whether to calculate tracking error. More... | |
uint32_t | numLevels |
Holds the number of levels in the pyramid. More... | |
int32_t NvMediaVPIGetSparseFlowPyrLKParams::calcError |
Holds a Boolean flag that indicates whether to calculate tracking error.
Definition at line 986 of file nvmedia_vpi.h.
float NvMediaVPIGetSparseFlowPyrLKParams::epsilon |
Holds the error for terminating the algorithm.
Definition at line 976 of file nvmedia_vpi.h.
uint32_t NvMediaVPIGetSparseFlowPyrLKParams::numIterations |
Holds the number of iterations.
Definition at line 980 of file nvmedia_vpi.h.
uint32_t NvMediaVPIGetSparseFlowPyrLKParams::numLevels |
Holds the number of levels in the pyramid.
Definition at line 988 of file nvmedia_vpi.h.
uint32_t NvMediaVPIGetSparseFlowPyrLKParams::numPoints |
Holds the number of points.
Definition at line 978 of file nvmedia_vpi.h.
const NvMediaVPITerminationCriterion NvMediaVPIGetSparseFlowPyrLKParams::termination |
Holds the termination criteria.
Definition at line 974 of file nvmedia_vpi.h.
uint32_t NvMediaVPIGetSparseFlowPyrLKParams::windowDimension |
Holds the size of the window on which to perform the algorithm.
Must be in the range [3,32].
Definition at line 983 of file nvmedia_vpi.h.