#pragma once #include "types.hpp" #include "vision/search.hpp" float calc_deviation(const EdgeLines& lines); void fit_midline(EdgeLines& lines);