App Class Reference

List of all members.

Public Member Functions

 App (const Settings &s)
const string GetPerformanceSummary () const
void HandleKey (char key)
void HogWorkBegin ()
void HogWorkEnd ()
double HogWorkFps () const
void RunOpencvGui ()
void WorkBegin ()
void WorkEnd ()
double WorkFps () const

Private Member Functions

App operator= (App &)

Private Attributes

bool gamma_corr
int gr_threshold
double hit_threshold
int64 hog_work_begin
double hog_work_fps
bool make_gray
int nlevels
bool running
double scale
Settings settings
bool use_gpu
int64 work_begin
double work_fps

Detailed Description

Describes aplication logic

Definition at line 42 of file hog.cpp.


Constructor & Destructor Documentation

App::App ( const Settings s  ) 

Initializes application

Definition at line 165 of file hog.cpp.


Member Function Documentation

const string App::GetPerformanceSummary (  )  const [inline]

Definition at line 397 of file hog.cpp.

void App::HandleKey ( char  key  ) 

Processes user keybord input

Definition at line 307 of file hog.cpp.

void App::HogWorkBegin (  )  [inline]

Definition at line 369 of file hog.cpp.

void App::HogWorkEnd (  )  [inline]

Definition at line 372 of file hog.cpp.

double App::HogWorkFps (  )  const [inline]

Definition at line 380 of file hog.cpp.

App App::operator= ( App  )  [private]
void App::RunOpencvGui (  ) 

Runs demo using OpenCV highgui module for GUI building

Definition at line 200 of file hog.cpp.

void App::WorkBegin (  )  [inline]

Definition at line 383 of file hog.cpp.

void App::WorkEnd (  )  [inline]

Definition at line 386 of file hog.cpp.

double App::WorkFps (  )  const [inline]

Definition at line 394 of file hog.cpp.


Member Data Documentation

bool App::gamma_corr [private]

Definition at line 76 of file hog.cpp.

int App::gr_threshold [private]

Definition at line 73 of file hog.cpp.

double App::hit_threshold [private]

Definition at line 75 of file hog.cpp.

Definition at line 78 of file hog.cpp.

double App::hog_work_fps [private]

Definition at line 79 of file hog.cpp.

bool App::make_gray [private]

Definition at line 71 of file hog.cpp.

int App::nlevels [private]

Definition at line 74 of file hog.cpp.

bool App::running [private]

Definition at line 68 of file hog.cpp.

double App::scale [private]

Definition at line 72 of file hog.cpp.

Definition at line 67 of file hog.cpp.

bool App::use_gpu [private]

Definition at line 70 of file hog.cpp.

Definition at line 81 of file hog.cpp.

double App::work_fps [private]

Definition at line 82 of file hog.cpp.


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


opencv2
Author(s): Gary Bradski and many others. See web page for a full contributor list. ROS package maintained by James Bowman.
autogenerated on Fri Jan 11 10:00:46 2013