Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

vpro_fourier_params Class Reference

#include <vpro_fourier_params.h>

Inheritance diagram for vpro_fourier_params:

Inheritance graph
[legend]
List of all members.

Detailed Description

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)


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

float vpro_fourier_params::level_
 

clip level (not used)

Definition at line 37 of file vpro_fourier_params.h.

float vpro_fourier_params::range_
 

dynamic range for conversion to byte pixels

Definition at line 38 of file vpro_fourier_params.h.

float vpro_fourier_params::thresh_
 

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:
Generated on Thu Jan 10 14:53:03 2008 for contrib/brl/bseg/vpro by  doxygen 1.4.4