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

#include <sdet_nonmax_suppression_params.h>

Inheritance diagram for sdet_nonmax_suppression_params:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 sdet_nonmax_suppression_params (const double thresh=50, const int pfit_type=0)
 sdet_nonmax_suppression_params (const sdet_nonmax_suppression_params &old_params)
 ~sdet_nonmax_suppression_params ()
bool SanityCheck ()
 Checks that parameters are within acceptable bounds.

Public Attributes

double thresh_
 points with gradient magnitude below thresh_*maximum_gradient_magnitude/100 will not be processed.
int pfit_type_

Protected Member Functions

void InitParams (double thresh, int pfit_type)

Friends

vcl_ostream & operator<< (vcl_ostream &, const sdet_nonmax_suppression_params &dp)

Detailed Description

Definition at line 18 of file sdet_nonmax_suppression_params.h.


Constructor & Destructor Documentation

sdet_nonmax_suppression_params::sdet_nonmax_suppression_params ( const double  thresh = 50,
const int  pfit_type = 0 
)

Definition at line 22 of file sdet_nonmax_suppression_params.cxx.

sdet_nonmax_suppression_params::sdet_nonmax_suppression_params ( const sdet_nonmax_suppression_params old_params)

Definition at line 15 of file sdet_nonmax_suppression_params.cxx.

sdet_nonmax_suppression_params::~sdet_nonmax_suppression_params ( ) [inline]

Definition at line 24 of file sdet_nonmax_suppression_params.h.


Member Function Documentation

void sdet_nonmax_suppression_params::InitParams ( double  thresh,
int  pfit_type 
) [protected]

Definition at line 27 of file sdet_nonmax_suppression_params.cxx.

bool sdet_nonmax_suppression_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 39 of file sdet_nonmax_suppression_params.cxx.


Friends And Related Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  os,
const sdet_nonmax_suppression_params dp 
) [friend]

Definition at line 55 of file sdet_nonmax_suppression_params.cxx.


Member Data Documentation

Definition at line 34 of file sdet_nonmax_suppression_params.h.

points with gradient magnitude below thresh_*maximum_gradient_magnitude/100 will not be processed.

Definition at line 33 of file sdet_nonmax_suppression_params.h.


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