#include <vpro_fourier_params.h>
Inheritance diagram for vpro_fourier_params:

Definition at line 15 of file vpro_fourier_params.h.
Public Member Functions | |
| vpro_fourier_params (const float thresh=50.0f, const float level=0.0f, const float range=0.05f) | |
| vpro_fourier_params (const vpro_fourier_params &old_params) | |
| ~vpro_fourier_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_fourier_params &vfp) |
|
||||||||||||||||
|
Definition at line 22 of file vpro_fourier_params.cxx. |
|
|
Definition at line 15 of file vpro_fourier_params.cxx. |
|
|
Definition at line 24 of file vpro_fourier_params.h. |
|
||||||||||||||||
|
Definition at line 27 of file vpro_fourier_params.cxx. |
|
|
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_fourier_params.cxx. |
|
||||||||||||
|
Definition at line 51 of file vpro_fourier_params.cxx. |
|
|
clip level (not used)
Definition at line 37 of file vpro_fourier_params.h. |
|
|
dynamic range for conversion to byte pixels
Definition at line 38 of file vpro_fourier_params.h. |
|
|
threshold on frame difference (not used)
Definition at line 36 of file vpro_fourier_params.h. |
1.4.4