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

Definition at line 17 of file brip_para_cvrg_params.h.
Public Member Functions | |
| brip_para_cvrg_params (float sigma=1, float thresh=20, float gauss_tail=0.015, int proj_width=7, int proj_height=2, int sup_radius=1, bool verbose=false) | |
| brip_para_cvrg_params (brip_para_cvrg_params const &pcp) | |
| bool | SanityCheck () |
| Checks that parameters are within acceptable bounds. | |
Public Attributes | |
| float | sigma_ |
| Standard deviation of the smoothing kernel. | |
| float | thresh_ |
| Low hysteresis threshold. | |
| float | gauss_tail_ |
| Used in determining the convolution kernel. | |
| int | proj_width_ |
| 1/2 the projection region width | |
| int | proj_height_ |
| 1/2 the projection region height | |
| int | sup_radius_ |
| The non_maximum suppression kernel width. | |
| bool | verbose_ |
| output debug messages | |
|
||||||||||||||||||||||||||||||||
|
Definition at line 20 of file brip_para_cvrg_params.h. |
|
|
Definition at line 28 of file brip_para_cvrg_params.h. |
|
|
Checks that parameters are within acceptable bounds.
Definition at line 11 of file brip_para_cvrg_params.cxx. |
|
|
Used in determining the convolution kernel.
Definition at line 39 of file brip_para_cvrg_params.h. |
|
|
1/2 the projection region height
Definition at line 41 of file brip_para_cvrg_params.h. |
|
|
1/2 the projection region width
Definition at line 40 of file brip_para_cvrg_params.h. |
|
|
Standard deviation of the smoothing kernel.
Definition at line 37 of file brip_para_cvrg_params.h. |
|
|
The non_maximum suppression kernel width.
Definition at line 42 of file brip_para_cvrg_params.h. |
|
|
Low hysteresis threshold.
Definition at line 38 of file brip_para_cvrg_params.h. |
|
|
output debug messages
Definition at line 43 of file brip_para_cvrg_params.h. |
1.4.4