Classes | Macros
ProcessImage.h File Reference

Class para fazer o processamento da imagem. More...

#include "main.hh"
#include "cmdline.h"
#include "LaneDetector.hh"
#include <stdio.h>
#include <fstream>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <ctime>
#include <cv.h>
#include <highgui.h>
Include dependency graph for ProcessImage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Procecess
 

Macros

#define ERROR(fmt,...)   (fprintf(stderr, "%s:%d error " fmt "\n", __FILE__, __LINE__, ##__VA_ARGS__) ? -1 : -1)
 
#define MSG(fmt,...)   (fprintf(stdout, "%s:%d msg " fmt "\n", __FILE__, __LINE__, ##__VA_ARGS__) ? 0 : 0)
 

Detailed Description

Class para fazer o processamento da imagem.

Author
Ricardo Morais
Date
Maio 2013
Parameters
filenamethe input file name
cameraInfothe camera calibration info
lanesConfthe lane detection settings
stoplinesConfthe stop line detection settings
optionsthe command line arguments

Definition in file ProcessImage.h.

Macro Definition Documentation

#define ERROR (   fmt,
  ... 
)    (fprintf(stderr, "%s:%d error " fmt "\n", __FILE__, __LINE__, ##__VA_ARGS__) ? -1 : -1)

Definition at line 62 of file ProcessImage.h.

#define MSG (   fmt,
  ... 
)    (fprintf(stdout, "%s:%d msg " fmt "\n", __FILE__, __LINE__, ##__VA_ARGS__) ? 0 : 0)

Definition at line 58 of file ProcessImage.h.



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