#include <osl_fit_lines_params.h>
Public Member Functions | |
osl_fit_lines_params (unsigned int min_fit_length=10, bool use_sq_fit=true, double threshold=0.3, double theta=5.0, bool dc_only=false, bool incremtl=true, unsigned int ignore_end_edgels=3) | |
bool | SanityCheck () |
Checks that parameters are within acceptable bounds. | |
Public Attributes | |
unsigned int | min_fit_length_ |
bool | use_square_fit_ |
double | threshold_ |
double | theta_ |
bool | dc_only_ |
bool | incremtl_ |
unsigned int | ignore_end_edgels_ |
Definition at line 11 of file osl_fit_lines_params.h.
osl_fit_lines_params::osl_fit_lines_params | ( | unsigned int | min_fit_length = 10 , |
bool | use_sq_fit = true , |
||
double | threshold = 0.3 , |
||
double | theta = 5.0 , |
||
bool | dc_only = false , |
||
bool | incremtl = true , |
||
unsigned int | ignore_end_edgels = 3 |
||
) |
Definition at line 6 of file osl_fit_lines_params.cxx.
bool osl_fit_lines_params::SanityCheck | ( | ) |
Checks that parameters are within acceptable bounds.
Definition at line 23 of file osl_fit_lines_params.cxx.
Definition at line 30 of file osl_fit_lines_params.h.
unsigned int osl_fit_lines_params::ignore_end_edgels_ |
Definition at line 32 of file osl_fit_lines_params.h.
Definition at line 31 of file osl_fit_lines_params.h.
unsigned int osl_fit_lines_params::min_fit_length_ |
Definition at line 26 of file osl_fit_lines_params.h.
double osl_fit_lines_params::theta_ |
Definition at line 29 of file osl_fit_lines_params.h.
Definition at line 28 of file osl_fit_lines_params.h.
Definition at line 27 of file osl_fit_lines_params.h.