Public Member Functions | Public Attributes | Protected Member Functions | Friends
vpro_fourier_params Class Reference

#include <vpro_fourier_params.h>

Inheritance diagram for vpro_fourier_params:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 15 of file vpro_fourier_params.h.


Constructor & Destructor Documentation

vpro_fourier_params::vpro_fourier_params ( const float  thresh = 50.0f,
const float  level = 0.0f,
const float  range = 0.05f 
)

Definition at line 22 of file vpro_fourier_params.cxx.

vpro_fourier_params::vpro_fourier_params ( const vpro_fourier_params old_params)

Definition at line 15 of file vpro_fourier_params.cxx.

vpro_fourier_params::~vpro_fourier_params ( ) [inline]

Definition at line 24 of file vpro_fourier_params.h.


Member Function Documentation

void vpro_fourier_params::InitParams ( float  thresh,
float  level,
float  range 
) [protected]

Definition at line 27 of file vpro_fourier_params.cxx.

bool vpro_fourier_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_fourier_params.cxx.


Friends And Related Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const vpro_fourier_params vfp 
) [friend]

Definition at line 51 of file vpro_fourier_params.cxx.


Member Data Documentation

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.


The documentation for this class was generated from the following files: