#include <sdet_watershed_region_proc_params.h>
Inheritance diagram for sdet_watershed_region_proc_params:

Definition at line 14 of file sdet_watershed_region_proc_params.h.
Public Member Functions | |
| sdet_watershed_region_proc_params (brip_watershed_params const &wp=brip_watershed_params(), bool verbose=false, bool debug=false, int min_area=5, float merge_tol=40, int merge_priority=0) | |
| sdet_watershed_region_proc_params (sdet_watershed_region_proc_params const &p) | |
| ~sdet_watershed_region_proc_params () | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
Public Attributes | |
| unsigned int | min_area_ |
| minimum region area | |
| float | merge_tol_ |
| region merge tolerance | |
| int | merge_priority_ |
| order for region merge | |
| bool | debug_ |
| Carry out debug processing. | |
| bool | verbose_ |
| Print detailed output. | |
| brip_watershed_params | wp_ |
| params associated with step and fold detection | |
Protected Member Functions | |
| void | InitParams (brip_watershed_params const &wp, bool verbose, bool debug, int min_area, float merge_tol, int merge_priority) |
|
||||||||||||||||||||||||||||
|
Definition at line 17 of file sdet_watershed_region_proc_params.h. |
|
|
Definition at line 27 of file sdet_watershed_region_proc_params.h. |
|
|
Definition at line 32 of file sdet_watershed_region_proc_params.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 36 of file sdet_watershed_region_proc_params.h. |
|
|
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 17 of file sdet_watershed_region_proc_params.cxx. |
|
|
Carry out debug processing.
Definition at line 48 of file sdet_watershed_region_proc_params.h. |
|
|
order for region merge
Definition at line 47 of file sdet_watershed_region_proc_params.h. |
|
|
region merge tolerance
Definition at line 46 of file sdet_watershed_region_proc_params.h. |
|
|
minimum region area
Definition at line 45 of file sdet_watershed_region_proc_params.h. |
|
|
Print detailed output.
Definition at line 49 of file sdet_watershed_region_proc_params.h. |
|
|
params associated with step and fold detection
Definition at line 50 of file sdet_watershed_region_proc_params.h. |
1.4.4