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

#include <vpro_frame_diff_params.h>

Inheritance diagram for vpro_frame_diff_params:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 15 of file vpro_frame_diff_params.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Friends And Related Function Documentation

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

Definition at line 51 of file vpro_frame_diff_params.cxx.


Member Data Documentation

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.


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