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

#include <vpro_motion_params.h>

Inheritance diagram for vpro_motion_params:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 15 of file vpro_motion_params.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Friends And Related Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const vpro_motion_params rpp 
) [friend]

Definition at line 53 of file vpro_motion_params.cxx.


Member Data Documentation

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.


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