TIOVX User Guide
tivx_kernel_minmaxloc.h File Reference

Interface file for min_max_loc kernel. More...

Go to the source code of this file.

Macros

#define TIVX_KERNEL_MIN_MAX_LOC_INPUT_IDX   (0U)
 Index of the input image.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MINVAL_IDX   (1U)
 Index of the scalar output for minimum value.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MAXVAL_IDX   (2U)
 Index of the scalar output for maximum value.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MINLOC_IDX   (3U)
 Index of the array output for minimum value locations.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MAXLOC_IDX   (4U)
 Index of the array output for maximum value locations.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MINCOUNT_IDX   (5U)
 Index of the scalar output for number of minimum value locations.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MAXCOUNT_IDX   (6U)
 Index of the scalar output for number of maximum value locations.
 
#define TIVX_KERNEL_MIN_MAX_LOC_MAX_PARAMS   (7U)
 Max Params supported by min_max_loc kernel.
 

Detailed Description

Interface file for min_max_loc kernel.

Definition in file tivx_kernel_minmaxloc.h.