#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
VXLIB_STATUS | VXLIB_harrisCornersScore_i32s_i32s_o32f (const int32_t src_x[restrict], const VXLIB_bufParams2D_t *src_x_addr, const int32_t src_y[restrict], const VXLIB_bufParams2D_t *src_y_addr, VXLIB_F32 dst[restrict], const VXLIB_bufParams2D_t *dst_addr, VXLIB_F32 scratch[restrict], VXLIB_F32 sensitivity, uint8_t gradient_size, uint8_t block_size) |
|
VXLIB_STATUS | VXLIB_harrisCornersScore_i32s_i32s_o32f_checkParams (const int32_t src_x[restrict], const VXLIB_bufParams2D_t *src_x_addr, const int32_t src_y[restrict], const VXLIB_bufParams2D_t *src_y_addr, VXLIB_F32 dst[restrict], const VXLIB_bufParams2D_t *dst_addr, VXLIB_F32 scratch[restrict], VXLIB_F32 sensitivity, uint8_t gradient_size, uint8_t block_size) |
|