![]() |
![]() |
Functions | |
| VXLIB_STATUS | VXLIB_sobel_3x3_i8u_o16s_o16s (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, int16_t dst_x[restrict], const VXLIB_bufParams2D_t *dst_x_addr, int16_t dst_y[restrict], const VXLIB_bufParams2D_t *dst_y_addr) |
| VXLIB_STATUS | VXLIB_sobel_3x3_i8u_o16s_o16s_checkParams (const uint8_t src[restrict], const VXLIB_bufParams2D_t *src_addr, const int16_t dst_x[restrict], const VXLIB_bufParams2D_t *dst_x_addr, const int16_t dst_y[restrict], const VXLIB_bufParams2D_t *dst_y_addr) |
| VXLIB_STATUS VXLIB_sobel_3x3_i8u_o16s_o16s | ( | const uint8_t | src[restrict], |
| const VXLIB_bufParams2D_t * | src_addr, | ||
| int16_t | dst_x[restrict], | ||
| const VXLIB_bufParams2D_t * | dst_x_addr, | ||
| int16_t | dst_y[restrict], | ||
| const VXLIB_bufParams2D_t * | dst_y_addr | ||
| ) |
| -1 0 +1 | | -1 -2 -1 |
Gx = | -2 0 +2 | Gy = | 0 0 0 |
| -1 0 +1 | | +1 +2 +1 || [in] | src[] | Pointer to array containing input image (UQ8.0) |
| [in] | src_addr[] | Pointer to structure containing dimensional information of src |
| [out] | dst_x[] | Pointer to array containing X output image (SQ15.0) |
| [in] | dst_x_addr[] | Pointer to structure containing dimensional information of dst_x |
| [out] | dst_y[] | Pointer to array containing Y output image (SQ15.0) |
| [in] | dst_y_addr[] | Pointer to structure containing dimensional information of dst_y |
| VXLIB_STATUS VXLIB_sobel_3x3_i8u_o16s_o16s_checkParams | ( | const uint8_t | src[restrict], |
| const VXLIB_bufParams2D_t * | src_addr, | ||
| const int16_t | dst_x[restrict], | ||
| const VXLIB_bufParams2D_t * | dst_x_addr, | ||
| const int16_t | dst_y[restrict], | ||
| const VXLIB_bufParams2D_t * | dst_y_addr | ||
| ) |
| [in] | src[] | Pointer to array containing input image (UQ8.0) |
| [in] | src_addr[] | Pointer to structure containing dimensional information of src |
| [out] | dst_x[] | Pointer to array containing X output image (SQ15.0) |
| [in] | dst_x_addr[] | Pointer to structure containing dimensional information of dst_x |
| [out] | dst_y[] | Pointer to array containing Y output image (SQ15.0) |
| [in] | dst_y_addr[] | Pointer to structure containing dimensional information of dst_y |