TIOVX User Guide
tivx_kernel_sobel3x3.h File Reference

Interface file for sobel kernel. More...

Go to the source code of this file.

Macros

#define TIVX_KERNEL_SOBEL3X3_INPUT_IDX   (0U)
 Index of the input image.
 
#define TIVX_KERNEL_SOBEL3X3_OUTPUT_X_IDX   (1U)
 Index of the x-gradient output image.
 
#define TIVX_KERNEL_SOBEL3X3_OUTPUT_Y_IDX   (2U)
 Index of the y-gradient output image.
 
#define TIVX_KERNEL_SOBEL3X3_MAX_PARAMS   (3U)
 Max Params supported by sobel kernel.
 

Detailed Description

Interface file for sobel kernel.

Definition in file tivx_kernel_sobel3x3.h.