#include <sdet_fit_lines_params.h>
Public Member Functions | |
sdet_fit_lines_params (int min_fit_length=10, double rms_distance=0.1) | |
sdet_fit_lines_params (const sdet_fit_lines_params &old_params) | |
~sdet_fit_lines_params () | |
bool | SanityCheck () |
Checks that parameters are within acceptable bounds. | |
void | ref () |
void | unref () |
int | get_references () const |
bool | is_referenced () const |
Public Attributes | |
int | min_fit_length_ |
the shortest curve to fit a line | |
double | rms_distance_ |
the max rms distance error for the fit | |
Protected Member Functions | |
void | InitParams (int min_fit_length, double rms_distance) |
Friends | |
vcl_ostream & | operator<< (vcl_ostream &os, const sdet_fit_lines_params &flp) |
Definition at line 16 of file sdet_fit_lines_params.h.
sdet_fit_lines_params::sdet_fit_lines_params | ( | int | min_fit_length = 10 , |
double | rms_distance = 0.1 |
||
) |
Definition at line 23 of file sdet_fit_lines_params.cxx.
sdet_fit_lines_params::sdet_fit_lines_params | ( | const sdet_fit_lines_params & | old_params | ) |
Definition at line 15 of file sdet_fit_lines_params.cxx.
sdet_fit_lines_params::~sdet_fit_lines_params | ( | ) | [inline] |
Definition at line 23 of file sdet_fit_lines_params.h.
void sdet_fit_lines_params::InitParams | ( | int | min_fit_length, |
double | rms_distance | ||
) | [protected] |
Definition at line 29 of file sdet_fit_lines_params.cxx.
bool sdet_fit_lines_params::SanityCheck | ( | ) |
Checks that parameters are within acceptable bounds.
Definition at line 39 of file sdet_fit_lines_params.cxx.
vcl_ostream& operator<< | ( | vcl_ostream & | os, |
const sdet_fit_lines_params & | flp | ||
) | [friend] |
Definition at line 63 of file sdet_fit_lines_params.cxx.
the shortest curve to fit a line
Definition at line 35 of file sdet_fit_lines_params.h.
the max rms distance error for the fit
Definition at line 36 of file sdet_fit_lines_params.h.