Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

brip_para_cvrg_params Class Reference

#include <brip_para_cvrg_params.h>

Inheritance diagram for brip_para_cvrg_params:

Inheritance graph
[legend]
List of all members.

Detailed Description

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


Constructor & Destructor Documentation

brip_para_cvrg_params::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
[inline]
 

Definition at line 20 of file brip_para_cvrg_params.h.

brip_para_cvrg_params::brip_para_cvrg_params brip_para_cvrg_params const &  pcp  )  [inline]
 

Definition at line 28 of file brip_para_cvrg_params.h.


Member Function Documentation

bool brip_para_cvrg_params::SanityCheck  ) 
 

Checks that parameters are within acceptable bounds.

Definition at line 11 of file brip_para_cvrg_params.cxx.


Member Data Documentation

float brip_para_cvrg_params::gauss_tail_
 

Used in determining the convolution kernel.

Definition at line 39 of file brip_para_cvrg_params.h.

int brip_para_cvrg_params::proj_height_
 

1/2 the projection region height

Definition at line 41 of file brip_para_cvrg_params.h.

int brip_para_cvrg_params::proj_width_
 

1/2 the projection region width

Definition at line 40 of file brip_para_cvrg_params.h.

float brip_para_cvrg_params::sigma_
 

Standard deviation of the smoothing kernel.

Definition at line 37 of file brip_para_cvrg_params.h.

int brip_para_cvrg_params::sup_radius_
 

The non_maximum suppression kernel width.

Definition at line 42 of file brip_para_cvrg_params.h.

float brip_para_cvrg_params::thresh_
 

Low hysteresis threshold.

Definition at line 38 of file brip_para_cvrg_params.h.

bool brip_para_cvrg_params::verbose_
 

output debug messages

Definition at line 43 of file brip_para_cvrg_params.h.


The documentation for this class was generated from the following files:
Generated on Thu Jan 10 14:52:31 2008 for contrib/brl/bseg/brip by  doxygen 1.4.4