Public Member Functions | Public Attributes | Protected Member Functions | Friends
brct_plane_sweeper_params Class Reference

#include <brct_plane_sweeper_params.h>

Inheritance diagram for brct_plane_sweeper_params:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 brct_plane_sweeper_params (const float zmin=0.0f, const float zmax=0.0f, const int nz=2, const float point_radius=1.0f, const int corr_radius=2, const float corr_min=-1.0f, const float corr_max=1.0f, const float corr_thresh=0.25f, const float corr_sigma=1.0f, const float intensity_thresh=25.0f, const sdet_harris_detector_params &hdp=sdet_harris_detector_params())
 brct_plane_sweeper_params (const brct_plane_sweeper_params &old_params)
 ~brct_plane_sweeper_params ()
bool SanityCheck ()
 Checks that parameters are within acceptable bounds.

Public Attributes

float zmin_
float zmax_
int nz_
float point_radius_
int corr_radius_
float corr_min_
float corr_max_
float corr_thresh_
float corr_sigma_
float intensity_thresh_
sdet_harris_detector_params hdp_

Protected Member Functions

void InitParams (float zmin, float zmax, int nz, float point_radius, int corr_radius, float corr_min, float corr_max, float corr_thresh, float corr_sigma, float intensity_thresh, const sdet_harris_detector_params &hdp)

Friends

vcl_ostream & operator<< (vcl_ostream &, const brct_plane_sweeper_params &sp)

Detailed Description

Definition at line 16 of file brct_plane_sweeper_params.h.


Constructor & Destructor Documentation

brct_plane_sweeper_params::brct_plane_sweeper_params ( const float  zmin = 0.0f,
const float  zmax = 0.0f,
const int  nz = 2,
const float  point_radius = 1.0f,
const int  corr_radius = 2,
const float  corr_min = -1.0f,
const float  corr_max = 1.0f,
const float  corr_thresh = 0.25f,
const float  corr_sigma = 1.0f,
const float  intensity_thresh = 25.0f,
const sdet_harris_detector_params hdp = sdet_harris_detector_params() 
)

Definition at line 33 of file brct_plane_sweeper_params.cxx.

brct_plane_sweeper_params::brct_plane_sweeper_params ( const brct_plane_sweeper_params old_params)

Definition at line 15 of file brct_plane_sweeper_params.cxx.

brct_plane_sweeper_params::~brct_plane_sweeper_params ( ) [inline]

Definition at line 33 of file brct_plane_sweeper_params.h.


Member Function Documentation

void brct_plane_sweeper_params::InitParams ( float  zmin,
float  zmax,
int  nz,
float  point_radius,
int  corr_radius,
float  corr_min,
float  corr_max,
float  corr_thresh,
float  corr_sigma,
float  intensity_thresh,
const sdet_harris_detector_params hdp 
) [protected]

Definition at line 50 of file brct_plane_sweeper_params.cxx.

bool brct_plane_sweeper_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 82 of file brct_plane_sweeper_params.cxx.


Friends And Related Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const brct_plane_sweeper_params sp 
) [friend]

Definition at line 93 of file brct_plane_sweeper_params.cxx.


Member Data Documentation

Definition at line 60 of file brct_plane_sweeper_params.h.

Definition at line 59 of file brct_plane_sweeper_params.h.

Definition at line 58 of file brct_plane_sweeper_params.h.

Definition at line 62 of file brct_plane_sweeper_params.h.

Definition at line 61 of file brct_plane_sweeper_params.h.

Definition at line 64 of file brct_plane_sweeper_params.h.

Definition at line 63 of file brct_plane_sweeper_params.h.

Definition at line 56 of file brct_plane_sweeper_params.h.

Definition at line 57 of file brct_plane_sweeper_params.h.

Definition at line 55 of file brct_plane_sweeper_params.h.

Definition at line 54 of file brct_plane_sweeper_params.h.


The documentation for this class was generated from the following files: