Searched refs:ret_num_corners (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/third_party/fastfeat/ |
D | fast.c | 6 … fast9_detect_nonmax(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners) in fast9_detect_nonmax() argument 15 nonmax = nonmax_suppression(corners, scores, num_corners, ret_num_corners); in fast9_detect_nonmax()
|
D | fast.h | 10 xy* fast9_detect(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners); 14 …fast9_detect_nonmax(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners);
|
D | fast_9.c | 2976 xy* fast9_detect(const byte* im, int xsize, int ysize, int stride, int b, int* ret_num_corners) in fast9_detect() argument 5906 *ret_num_corners = num_corners; in fast9_detect()
|