#include <sdet_nonmax_suppression_params.h>
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) |
Definition at line 18 of file sdet_nonmax_suppression_params.h.
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.
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.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const sdet_nonmax_suppression_params & | dp | ||
) | [friend] |
Definition at line 55 of file sdet_nonmax_suppression_params.cxx.
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.