#include "mcv.hh"
#include "InversePerspectiveMapping.hh"
#include "LaneDetector.hh"
#include "cmdline.h"
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | LaneDetector |
Functions | |
void | LaneDetector::ProcessImage (const char *filename, CameraInfo &cameraInfo, LaneDetectorConf &lanesConf, LaneDetectorConf &stoplinesConf, gengetopt_args_info &options, ofstream *outputFile=NULL, int index=0, clock_t *elapsedTime=NULL) |
bool | LaneDetector::ReadLines (const char *filename, vector< string > *lines) |
Definition in file main.hh.