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);
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)