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

Definition at line 15 of file sdet_vehicle_finder_params.h.
Public Member Functions | |
| sdet_vehicle_finder_params (sdet_watershed_region_proc_params const &wrpp=sdet_watershed_region_proc_params(), brip_para_cvrg_params const &pcp=brip_para_cvrg_params(), bool verbose=false, bool debug=false, float search_radius=50, float shadow_thresh=80, float para_thresh=100, float distance_scale=5) | |
| sdet_vehicle_finder_params (sdet_vehicle_finder_params const &p) | |
| ~sdet_vehicle_finder_params () | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
Public Attributes | |
| float | search_radius_ |
| defines vehicle search box | |
| float | shadow_thresh_ |
| defines shadow threshold | |
| float | para_thresh_ |
| defines parallel coverage threshold | |
| bool | debug_ |
| Carry out debug processing. | |
| float | distance_scale_ |
| Distance relative to region diameter. | |
| bool | verbose_ |
| Print detailed output. | |
| sdet_watershed_region_proc_params | wrpp_ |
| watershed region proc parameters | |
| brip_para_cvrg_params | pcp_ |
| params associated with step and fold detection | |
Protected Member Functions | |
| void | InitParams (sdet_watershed_region_proc_params const &wrpp, brip_para_cvrg_params const &pcp, bool verbose, bool debug, float search_radius, float shadow_thresh, float para_thresh, float distance_scale) |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 18 of file sdet_vehicle_finder_params.h. |
|
|
Definition at line 30 of file sdet_vehicle_finder_params.h. |
|
|
Definition at line 36 of file sdet_vehicle_finder_params.h. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 40 of file sdet_vehicle_finder_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_vehicle_finder_params.cxx. |
|
|
Carry out debug processing.
Definition at line 59 of file sdet_vehicle_finder_params.h. |
|
|
Distance relative to region diameter.
Definition at line 60 of file sdet_vehicle_finder_params.h. |
|
|
defines parallel coverage threshold
Definition at line 58 of file sdet_vehicle_finder_params.h. |
|
|
params associated with step and fold detection
Definition at line 63 of file sdet_vehicle_finder_params.h. |
|
|
defines vehicle search box
Definition at line 56 of file sdet_vehicle_finder_params.h. |
|
|
defines shadow threshold
Definition at line 57 of file sdet_vehicle_finder_params.h. |
|
|
Print detailed output.
Definition at line 61 of file sdet_vehicle_finder_params.h. |
|
|
watershed region proc parameters
Definition at line 62 of file sdet_vehicle_finder_params.h. |
1.4.4