Fix vision pipeline: search-first IPM, IMU non-blocking, LCD inverse IPM, servo direction, model WIP
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
#include "types.hpp"
|
||||
|
||||
void preprocess_init();
|
||||
void preprocess_run(const cv::Mat& bgr_frame); // 全彩 HSV 二值化 + IPM
|
||||
void preprocess_run(const cv::Mat& bgr_frame);
|
||||
|
||||
extern uint8 g_ipm_image[IMAGE_HEIGHT][IMAGE_WIDTH];
|
||||
extern uint8 g_valid_l_bound[IMAGE_HEIGHT];
|
||||
extern uint8 g_valid_r_bound[IMAGE_HEIGHT];
|
||||
extern cv::Mat g_ipm_matrix; // 80x60 鸟瞰→相机 透视矩阵
|
||||
|
||||
Reference in New Issue
Block a user