main.hh
Go to the documentation of this file.
1 
8 #ifndef LANE_DETECTOR_HH
9 #define LANE_DETECTOR_HH
10 
11 #include "mcv.hh"
13 #include "LaneDetector.hh"
14 #include "cmdline.h"
15 
16 #include <vector>
17 #include <string>
18 
19 using namespace std;
20 
21 namespace LaneDetector
22 {
23 
38 void ProcessImage(const char* filename, CameraInfo& cameraInfo,
39  LaneDetectorConf& lanesConf, LaneDetectorConf& stoplinesConf,
40  gengetopt_args_info& options, ofstream* outputFile = NULL,
41  int index = 0, clock_t *elapsedTime = NULL);
42 
49 bool ReadLines(const char* filename, vector<string> *lines);
50 
51 } // namespace LaneDetector
52 
53 #endif //define LANE_DETECTOR_HH
54 
void ProcessImage(const char *filename, CameraInfo &cameraInfo, LaneDetectorConf &lanesConf, LaneDetectorConf &stoplinesConf, gengetopt_args_info &options, ofstream *outputFile=NULL, int index=0, clock_t *elapsedTime=NULL)
struct LaneDetector::CameraInfo CameraInfo
Camera Calibration info.
struct LaneDetector::LaneDetectorConf LaneDetectorConf
Structure to hold lane detector settings.
bool ReadLines(const char *filename, vector< string > *lines)


caltech_lanes
Author(s): Ricardo Morais
autogenerated on Mon Mar 2 2015 01:31:31