#include <vdgl_fit_lines_params.h>
Public Member Functions | |
vdgl_fit_lines_params (int min_fit_length=10, double rms_distance=0.1) | |
vdgl_fit_lines_params (const vdgl_fit_lines_params &flp) | |
~vdgl_fit_lines_params () | |
bool | SanityCheck () |
Check 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; defaults to 10 | |
double | rms_distance_ |
the max rms distance error for the fit; default 0.1 |
Definition at line 20 of file vdgl_fit_lines_params.h.
vdgl_fit_lines_params::vdgl_fit_lines_params | ( | int | min_fit_length = 10 , |
double | rms_distance = 0.1 |
||
) | [inline] |
Definition at line 26 of file vdgl_fit_lines_params.h.
vdgl_fit_lines_params::vdgl_fit_lines_params | ( | const vdgl_fit_lines_params & | flp | ) | [inline] |
Definition at line 30 of file vdgl_fit_lines_params.h.
vdgl_fit_lines_params::~vdgl_fit_lines_params | ( | ) | [inline] |
Definition at line 33 of file vdgl_fit_lines_params.h.
bool vdgl_fit_lines_params::SanityCheck | ( | ) |
Check that parameters are within acceptable bounds.
Definition at line 8 of file vdgl_fit_lines_params.cxx.
the shortest curve to fit a line; defaults to 10
Definition at line 23 of file vdgl_fit_lines_params.h.
the max rms distance error for the fit; default 0.1
Definition at line 24 of file vdgl_fit_lines_params.h.