#include <vpro_motion_params.h>

Public Member Functions | |
| vpro_motion_params (const float low_range=0.0, const float high_range=10000.0, const float smooth_sigma=1.0) | |
| vpro_motion_params (const vpro_motion_params &old_params) | |
| ~vpro_motion_params () | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
Public Attributes | |
| float | low_range_ |
| low motion value for display | |
| float | high_range_ |
| high motion value for display | |
| float | smooth_sigma_ |
| sigma for smoothing the video frames | |
Protected Member Functions | |
| void | InitParams (float low_range, float high_range, float smooth_sigma) |
Friends | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vpro_motion_params &rpp) |
Definition at line 15 of file vpro_motion_params.h.
| vpro_motion_params::vpro_motion_params | ( | const float | low_range = 0.0, |
| const float | high_range = 10000.0, |
||
| const float | smooth_sigma = 1.0 |
||
| ) |
Definition at line 22 of file vpro_motion_params.cxx.
| vpro_motion_params::vpro_motion_params | ( | const vpro_motion_params & | old_params | ) |
Definition at line 15 of file vpro_motion_params.cxx.
| vpro_motion_params::~vpro_motion_params | ( | ) | [inline] |
Definition at line 23 of file vpro_motion_params.h.
| void vpro_motion_params::InitParams | ( | float | low_range, |
| float | high_range, | ||
| float | smooth_sigma | ||
| ) | [protected] |
Definition at line 28 of file vpro_motion_params.cxx.
| bool vpro_motion_params::SanityCheck | ( | ) |
Checks that parameters are within acceptable bounds.
Note that msg << ends seems to restart the string and erase the previous string. We should only use it as the last call, use vcl_endl otherwise.
Definition at line 42 of file vpro_motion_params.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vpro_motion_params & | rpp | ||
| ) | [friend] |
Definition at line 53 of file vpro_motion_params.cxx.
high motion value for display
Definition at line 38 of file vpro_motion_params.h.
low motion value for display
Definition at line 37 of file vpro_motion_params.h.
sigma for smoothing the video frames
Definition at line 39 of file vpro_motion_params.h.
1.7.5.1