mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Fixed requested changes
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -37,6 +37,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include "std.h"
|
||||
#include "lib/vision/image.h"
|
||||
|
||||
void fast9_detect(struct image_t *img, uint8_t threshold, uint16_t min_dist, uint16_t x_padding, uint16_t y_padding, uint16_t *num_corners,uint16_t *ret_corners_length, struct point_t **ret_corners, uint16_t *roi);
|
||||
void fast9_detect(struct image_t *img, uint8_t threshold, uint16_t min_dist, uint16_t x_padding, uint16_t y_padding, uint16_t *num_corners, uint16_t *ret_corners_length, struct point_t **ret_corners, uint16_t *roi);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -284,7 +284,7 @@ void calc_fast9_lukas_kanade(struct opticflow_t *opticflow, struct opticflow_sta
|
||||
opticflow->fast9_padding, opticflow->fast9_padding, &result->corner_cnt,
|
||||
&opticflow->fast9_rsize,
|
||||
&opticflow->fast9_ret_corners,
|
||||
0);
|
||||
NULL);
|
||||
|
||||
// Adaptive threshold
|
||||
if (opticflow->fast9_adaptive) {
|
||||
|
||||
Reference in New Issue
Block a user