#include "../../../common/VXLIB_types.h"
Go to the source code of this file.
|
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) |
|