Procecess Class Reference

#include <ProcessImage.h>

List of all members.

Public Member Functions

int Load_config (int argc, char **argv)
void ProcessImage (Mat &raw_mat, ofstream *outputFile, int index, clock_t *elapsedTime)
bool ReadLines (const char *filename, vector< string > *lines)

Private Attributes

CameraInfo cameraInfo
LaneDetectorConf lanesConf
gengetopt_args_info options
LaneDetectorConf stoplinesConf

Detailed Description

Definition at line 70 of file ProcessImage.h.


Member Function Documentation

int Procecess::Load_config ( int  argc,
char **  argv 
) [inline]

Definition at line 83 of file ProcessImage.h.

void Procecess::ProcessImage ( Mat &  raw_mat,
ofstream *  outputFile,
int  index,
clock_t *  elapsedTime 
) [inline]

This function processes an input image and detects lanes/stoplines based on the passed in command line arguments

Parameters:
outputFile the output file stream to write output lanes to
index the image index (used for saving output files)
elapsedTime if NOT NULL, it is accumulated with clock ticks for the detection operation

Definition at line 124 of file ProcessImage.h.

bool Procecess::ReadLines ( const char *  filename,
vector< string > *  lines 
) [inline]

This function reads lines from the input file into a vector of strings

Parameters:
filename the input file name
lines the output vector of lines

Definition at line 395 of file ProcessImage.h.


Member Data Documentation

Definition at line 76 of file ProcessImage.h.

Definition at line 78 of file ProcessImage.h.

Definition at line 74 of file ProcessImage.h.

Definition at line 78 of file ProcessImage.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


caltech_lanes
Author(s): Morais
autogenerated on Wed Jul 23 04:33:35 2014