Files
QDAC-firmware/app/gl_get_corners.h
Glz ce31d900ee 摄像头测试代码
在main.c文件中img_processing();函数里pts_left和pts_right两个数组储存边线坐标
2023-12-17 16:11:35 +08:00

8 lines
90 B
C

#ifndef GET_CORNERS
#define GET_CORNERS
void get_corners(void);
#endif /* COMMON_H_ */