Functions | |
VXLIB_STATUS | VXLIB_cannyNMS_i16s_i16s_i16u_o8u (const int16_t src_x[restrict], const VXLIB_bufParams2D_t *src_x_addr, const int16_t src_y[restrict], const VXLIB_bufParams2D_t *src_y_addr, const uint16_t src_mag[restrict], const VXLIB_bufParams2D_t *src_mag_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr) |
VXLIB_STATUS | VXLIB_cannyNMS_i16s_i16s_i16u_o8u_checkParams (const int16_t src_x[restrict], const VXLIB_bufParams2D_t *src_x_addr, const int16_t src_y[restrict], const VXLIB_bufParams2D_t *src_y_addr, const uint16_t src_mag[restrict], const VXLIB_bufParams2D_t *src_mag_addr, uint8_t dst[restrict], const VXLIB_bufParams2D_t *dst_addr) |
VXLIB_STATUS VXLIB_cannyNMS_i16s_i16s_i16u_o8u | ( | const int16_t | src_x[restrict], |
const VXLIB_bufParams2D_t * | src_x_addr, | ||
const int16_t | src_y[restrict], | ||
const VXLIB_bufParams2D_t * | src_y_addr, | ||
const uint16_t | src_mag[restrict], | ||
const VXLIB_bufParams2D_t * | src_mag_addr, | ||
uint8_t | dst[restrict], | ||
const VXLIB_bufParams2D_t * | dst_addr | ||
) |
[in] | src_x[] | Pointer to array containing x gradient input image (SQ15.0) |
[in] | src_x_addr[] | Pointer to structure containing dimensional information of src_x |
[in] | src_y[] | Pointer to array containing y gradient input image (SQ15.0) |
[in] | src_y_addr[] | Pointer to structure containing dimensional information of src_y |
[in] | src_mag[] | Pointer to array containing magnitude input image (UQ16.0) |
[in] | src_mag_addr[] | Pointer to structure containing dimensional information of src_mag |
[out] | dst[] | Pointer to array containing output image (UQ8.0) |
[in] | dst_addr[] | Pointer to structure containing dimensional information of dst |
VXLIB_STATUS VXLIB_cannyNMS_i16s_i16s_i16u_o8u_checkParams | ( | const int16_t | src_x[restrict], |
const VXLIB_bufParams2D_t * | src_x_addr, | ||
const int16_t | src_y[restrict], | ||
const VXLIB_bufParams2D_t * | src_y_addr, | ||
const uint16_t | src_mag[restrict], | ||
const VXLIB_bufParams2D_t * | src_mag_addr, | ||
uint8_t | dst[restrict], | ||
const VXLIB_bufParams2D_t * | dst_addr | ||
) |
[in] | src_x[] | Pointer to array containing x gradient input image (SQ15.0) |
[in] | src_x_addr[] | Pointer to structure containing dimensional information of src_x |
[in] | src_y[] | Pointer to array containing y gradient input image (SQ15.0) |
[in] | src_y_addr[] | Pointer to structure containing dimensional information of src_y |
[in] | src_mag[] | Pointer to array containing magnitude input image (UQ16.0) |
[in] | src_mag_addr[] | Pointer to structure containing dimensional information of src_mag |
[out] | dst[] | Pointer to array containing output image (UQ8.0) |
[in] | dst_addr[] | Pointer to structure containing dimensional information of dst |