mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +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 "std.h"
|
||||||
#include "lib/vision/image.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
|
#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_padding, opticflow->fast9_padding, &result->corner_cnt,
|
||||||
&opticflow->fast9_rsize,
|
&opticflow->fast9_rsize,
|
||||||
&opticflow->fast9_ret_corners,
|
&opticflow->fast9_ret_corners,
|
||||||
0);
|
NULL);
|
||||||
|
|
||||||
// Adaptive threshold
|
// Adaptive threshold
|
||||||
if (opticflow->fast9_adaptive) {
|
if (opticflow->fast9_adaptive) {
|
||||||
|
|||||||
Reference in New Issue
Block a user