![]() |
TIOVX User Guide
|
Interface file for canny edge detect kernel. More...
Go to the source code of this file.
Macros | |
#define | TIVX_KERNEL_CANNY_INPUT_IDX (0U) |
Index of the input image. | |
#define | TIVX_KERNEL_CANNY_HYST_IDX (1U) |
Index of the threshold for hysteresis. | |
#define | TIVX_KERNEL_CANNY_GRADIENT_SIZE_IDX (2U) |
Index of the gradient window size to use on the input. | |
#define | TIVX_KERNEL_CANNY_NORM_TYPE_IDX (3U) |
Index of the norm used to compute the gradient. | |
#define | TIVX_KERNEL_CANNY_OUTPUT_IDX (4U) |
Index of the output image. | |
#define | TIVX_KERNEL_CANNY_MAX_PARAMS (5U) |
Max params supported by the canny edge detect kernel. | |
#define | TIVX_KERNEL_CANNY_MIN_SIZE (7U) |
Minimum width/height supported by the canny edge detect kernel. | |
Interface file for canny edge detect kernel.
Definition in file tivx_kernel_canny.h.