#include <cv.h>
#include <highgui.h>
#include <time.h>
#include "OmniConfig.hh"
#include "OmniConversion.hh"
Include dependency graph for OmniMotionDetecting.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OmniMotionDetecting< ConverterT, AngleT > |
Motion Detecting class. More... | |
Typedefs | |
typedef void( | on_window_trackable_wannabe_cb )(IplImage *omni_frame, int theta_start, int theta_end, int win_length, void *callback_data) |
Callback typedef. | |
Variables | |
const double | MHI_DURATION = 1 |
const double | MAX_TIME_DELTA = 1 |
const double | MIN_TIME_DELTA = 0.05 |
MIN_TIME_DELTA. |
Used to add a wannabe tracking window.
Definition at line 46 of file OmniMotionDetecting.hh.
const double MAX_TIME_DELTA = 1 |
Definition at line 37 of file OmniMotionDetecting.hh.
Referenced by OmniMotionDetecting< ConverterT, AngleT >::fast_update_mhi().
const double MHI_DURATION = 1 |
Definition at line 34 of file OmniMotionDetecting.hh.
Referenced by OmniMotionDetecting< ConverterT, AngleT >::fast_update_mhi().
const double MIN_TIME_DELTA = 0.05 |
Definition at line 40 of file OmniMotionDetecting.hh.