#include <vpro_frame_diff_params.h>

Public Member Functions | |
| vpro_frame_diff_params (const float thresh=50.0, const float level=0.0, const float range=50.0) | |
| vpro_frame_diff_params (const vpro_frame_diff_params &old_params) | |
| ~vpro_frame_diff_params () | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
Public Attributes | |
| float | thresh_ |
| threshold on frame difference (not used) | |
| float | level_ |
| clip level (not used) | |
| float | range_ |
| dynamic range for conversion to byte pixels | |
Protected Member Functions | |
| void | InitParams (float thresh, float level, float range) |
Friends | |
| vcl_ostream & | operator<< (vcl_ostream &os, const vpro_frame_diff_params &rpp) |
Definition at line 15 of file vpro_frame_diff_params.h.
| vpro_frame_diff_params::vpro_frame_diff_params | ( | const float | thresh = 50.0, |
| const float | level = 0.0, |
||
| const float | range = 50.0 |
||
| ) |
Definition at line 22 of file vpro_frame_diff_params.cxx.
| vpro_frame_diff_params::vpro_frame_diff_params | ( | const vpro_frame_diff_params & | old_params | ) |
Definition at line 15 of file vpro_frame_diff_params.cxx.
| vpro_frame_diff_params::~vpro_frame_diff_params | ( | ) | [inline] |
Definition at line 23 of file vpro_frame_diff_params.h.
| void vpro_frame_diff_params::InitParams | ( | float | thresh, |
| float | level, | ||
| float | range | ||
| ) | [protected] |
Definition at line 27 of file vpro_frame_diff_params.cxx.
| bool vpro_frame_diff_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 40 of file vpro_frame_diff_params.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const vpro_frame_diff_params & | rpp | ||
| ) | [friend] |
Definition at line 51 of file vpro_frame_diff_params.cxx.
clip level (not used)
Definition at line 36 of file vpro_frame_diff_params.h.
dynamic range for conversion to byte pixels
Definition at line 37 of file vpro_frame_diff_params.h.
threshold on frame difference (not used)
Definition at line 35 of file vpro_frame_diff_params.h.
1.7.5.1