VLTIF
CS426FinalProject
Options Class Reference

#include <Options.h>

List of all members.

Public Member Functions

 Options ()
 Options (const Options &rhs)
virtual ~Options ()

Public Attributes

size_t frame_rate
size_t start_frame
size_t frame_count
size_t interest_point_max_life
bool show
string window_name
string video_filename
string video_output_filename
string detector_type
DetectorTypedetector
VideoCapture cap
VideoWriter vout
VideoWriter bout
VideoWriter dout
Mat frame
Mat black_frame
Mat gray_frame
Mat density_frame
char key
int stop_frame
PointTracker pointHistory
vector< Lanelanes
bool saveLanes
bool loadLanes
bool saveAvgFrame
bool loadAvgFrame
string laneFilename
string avgFilename
bool equalizeHistogram
bool SIFT_lane_crop
SURF_PARAMS surfParams
SIFT::CommonParams siftCommonParams
SIFT::DescriptorParams siftDescriptorParams
SIFT::DetectorParams siftDetectorParams
bool DEBUG
int density_window

Detailed Description

Definition at line 26 of file Options.h.


Constructor & Destructor Documentation

Options::Options ( )

Definition at line 10 of file Options.cpp.

References show, and window_name.

                 {
    window_name = "Window";
    show = false;
}
Options::Options ( const Options rhs)

Definition at line 15 of file Options.cpp.

References window_name.

Options::~Options ( ) [virtual]

Definition at line 19 of file Options.cpp.

                  {
}

Member Data Documentation

Definition at line 51 of file Options.h.

Referenced by main().

VideoWriter Options::bout

Definition at line 47 of file Options.h.

Referenced by init(), and main().

VideoCapture Options::cap

Definition at line 45 of file Options.h.

Referenced by init(), and main().

Definition at line 77 of file Options.h.

Referenced by init(), and main().

Definition at line 53 of file Options.h.

Referenced by main().

Definition at line 43 of file Options.h.

Referenced by main(), and Parser::parse_config_file().

Definition at line 42 of file Options.h.

Referenced by Parser::parse_config_file(), and Parser::write_configuration().

VideoWriter Options::dout

Definition at line 48 of file Options.h.

Referenced by init(), and main().

Definition at line 68 of file Options.h.

Referenced by init(), and main().

Definition at line 50 of file Options.h.

Referenced by main().

Definition at line 34 of file Options.h.

Referenced by init(), and main().

Definition at line 32 of file Options.h.

Referenced by main(), Parser::parse_config_file(), and Parser::write_configuration().

Definition at line 52 of file Options.h.

Referenced by main().

Definition at line 54 of file Options.h.

Referenced by main().

Definition at line 60 of file Options.h.

Referenced by lane_manager(), and main().

Definition at line 58 of file Options.h.

Referenced by init(), and main().

SIFT::CommonParams Options::siftCommonParams

Definition at line 73 of file Options.h.

Referenced by init(), Parser::parse_config_file(), and Parser::write_configuration().

SIFT::DescriptorParams Options::siftDescriptorParams

Definition at line 74 of file Options.h.

Referenced by init(), Parser::parse_config_file(), and Parser::write_configuration().

SIFT::DetectorParams Options::siftDetectorParams

Definition at line 75 of file Options.h.

Referenced by init(), Parser::parse_config_file(), and Parser::write_configuration().

VideoWriter Options::vout

Definition at line 46 of file Options.h.

Referenced by init(), and main().

Definition at line 39 of file Options.h.

Referenced by init(), main(), and Options().


The documentation for this class was generated from the following files: