![]() |
TIOVX User Guide
|
Interface file for optical flow pyramid (LK) kernel. More...
Go to the source code of this file.
Macros | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_OLD_IMAGES_IDX (0U) |
Index of the old image pyramid input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_NEW_IMAGES_IDX (1U) |
Index of the new image pyramid input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_OLD_POINTS_IDX (2U) |
Index of the old keypoint array input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_NEW_POINTS_ESTIMATES_IDX (3U) |
Index of the new estimated keypoint array input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_NEW_POINTS_IDX (4U) |
Index of the new keypoint array output. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_TERMINATION_IDX (5U) |
Index of the termination enum input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_EPSILON_IDX (6U) |
Index of the epsilon scalar input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_NUM_ITERATIONS_IDX (7U) |
Index of the number of iterations scalar input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_USE_INITIAL_ESTIMATE_IDX (8U) |
Index of the use initial estimate scalar input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_WINDOW_DIMENSION_IDX (9U) |
Index of the window dimension size input. | |
#define | TIVX_KERNEL_OPTICAL_FLOW_PYR_LK_MAX_PARAMS (10U) |
Max Params supported by optical flow pyramid (LK) kernel. | |
Interface file for optical flow pyramid (LK) kernel.
Definition in file tivx_kernel_optical_flow_pyr_lk.h.