20 #include <opencv2/opencv.hpp> 27 namespace perception {
56 void draw_lane_pts(
const std::vector<Eigen::Vector2f> &lane_pts,
57 const cv::Scalar &color, cv::Mat *image);
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
void draw_lane_pts(const std::vector< Eigen::Vector2f > &lane_pts, const cv::Scalar &color, cv::Mat *image)
bool draw_vanishing_row_on_image(const cv::Scalar &color, int vanishing_row, cv::Mat *image)