81 #ifndef VXLIB_HARRISCORNERSDETECT_I32F_H_ 82 #define VXLIB_HARRISCORNERSDETECT_I32F_H_ 1 84 #include "../../../common/VXLIB_types.h" 123 const VXLIB_bufParams2D_t * src_addr,
124 uint32_t corners[restrict],
125 VXLIB_F32 strengths[restrict],
126 uint32_t corners_capacity,
127 uint32_t *num_corners,
128 VXLIB_F32 strength_thresh,
155 const VXLIB_bufParams2D_t * src_addr,
156 const uint32_t corners[],
157 const VXLIB_F32 strengths[],
158 uint32_t corners_capacity,
159 const uint32_t *num_corners,
160 VXLIB_F32 strength_thresh,
VXLIB_STATUS VXLIB_harrisCornersDetect_i32f(const VXLIB_F32 src[restrict], const VXLIB_bufParams2D_t *src_addr, uint32_t corners[restrict], VXLIB_F32 strengths[restrict], uint32_t corners_capacity, uint32_t *num_corners, VXLIB_F32 strength_thresh, uint16_t startX, uint16_t startY)
VXLIB_STATUS VXLIB_harrisCornersDetect_i32f_checkParams(const VXLIB_F32 src[], const VXLIB_bufParams2D_t *src_addr, const uint32_t corners[], const VXLIB_F32 strengths[], uint32_t corners_capacity, const uint32_t *num_corners, VXLIB_F32 strength_thresh, uint16_t startX, uint16_t startY)