#include <sdet_region_proc_params.h>
Public Member Functions | |
sdet_region_proc_params (const sdet_detector_params &dp=sdet_detector_params(), bool verbose=true, bool debug=false, int array_scale=2) | |
sdet_region_proc_params (const sdet_region_proc_params &old_params) | |
~sdet_region_proc_params () | |
bool | SanityCheck () |
Checks that parameters are within acceptable bounds. | |
Public Attributes | |
int | array_scale_ |
resolution of label arrays | |
bool | debug_ |
Carry out debug processing. | |
bool | verbose_ |
Print detailed output. | |
sdet_detector_params | dp_ |
parameters associated with step and fold detection | |
Protected Member Functions | |
void | InitParams (const sdet_detector_params &dp, bool verbose, bool debug, int array_scale) |
Friends | |
vcl_ostream & | operator<< (vcl_ostream &, const sdet_region_proc_params &rpp) |
Definition at line 15 of file sdet_region_proc_params.h.
sdet_region_proc_params::sdet_region_proc_params | ( | const sdet_detector_params & | dp = sdet_detector_params() , |
bool | verbose = true , |
||
bool | debug = false , |
||
int | array_scale = 2 |
||
) |
Definition at line 27 of file sdet_region_proc_params.cxx.
sdet_region_proc_params::sdet_region_proc_params | ( | const sdet_region_proc_params & | old_params | ) |
Definition at line 16 of file sdet_region_proc_params.cxx.
sdet_region_proc_params::~sdet_region_proc_params | ( | ) | [inline] |
Definition at line 25 of file sdet_region_proc_params.h.
void sdet_region_proc_params::InitParams | ( | const sdet_detector_params & | dp, |
bool | verbose, | ||
bool | debug, | ||
int | array_scale | ||
) | [protected] |
Definition at line 36 of file sdet_region_proc_params.cxx.
bool sdet_region_proc_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 53 of file sdet_region_proc_params.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const sdet_region_proc_params & | rpp | ||
) | [friend] |
Definition at line 71 of file sdet_region_proc_params.cxx.
resolution of label arrays
Definition at line 40 of file sdet_region_proc_params.h.
Carry out debug processing.
Definition at line 41 of file sdet_region_proc_params.h.
parameters associated with step and fold detection
Definition at line 43 of file sdet_region_proc_params.h.
Print detailed output.
Definition at line 42 of file sdet_region_proc_params.h.