TIOVX User Guide
tivx_kernel_fast_corners.h File Reference

Interface file for fast corners kernel. More...

Go to the source code of this file.

Macros

#define TIVX_KERNEL_FAST_CORNERS_INPUT_IDX   (0U)
 Index of the input image.
 
#define TIVX_KERNEL_FAST_CORNERS_STRENGTH_THRESH_IDX   (1U)
 Index of the scalar strength threshold.
 
#define TIVX_KERNEL_FAST_CORNERS_NONMAX_SUPPRESSION_IDX   (2U)
 Index of the nonmax suppression bool.
 
#define TIVX_KERNEL_FAST_CORNERS_CORNERS_IDX   (3U)
 Index of the output array corners.
 
#define TIVX_KERNEL_FAST_CORNERS_NUM_CORNERS_IDX   (4U)
 Index of the output number of corners.
 
#define TIVX_KERNEL_FAST_CORNERS_MAX_PARAMS   (5U)
 Max Params supported by fast corners kernel.
 
#define TIVX_KERNEL_FASTC_MIN_SIZE   (7U)
 Minimu width/height supported by Fast corner.
 

Detailed Description

Interface file for fast corners kernel.

Definition in file tivx_kernel_fast_corners.h.