23 Flow_PX4(uint32_t width, uint32_t bytesperline,
24 uint32_t max_flow_pixel,
25 float bottom_flow_feature_threshold,
26 float bottom_flow_value_threshold);
27 uint8_t
compute_flow(uint8_t *image1, uint8_t *image2, uint32_t delta_time,
28 float *pixel_flow_x,
float *pixel_flow_y);
float _bottom_flow_feature_threshold
Flow_PX4(uint32_t width, uint32_t bytesperline, uint32_t max_flow_pixel, float bottom_flow_feature_threshold, float bottom_flow_value_threshold)
float _bottom_flow_value_threshold
uint8_t compute_flow(uint8_t *image1, uint8_t *image2, uint32_t delta_time, float *pixel_flow_x, float *pixel_flow_y)