#include <sdet_fit_conics_params.h>

Public Member Functions | |
| sdet_fit_conics_params (int min_fit_length=10, double rms_distance=1.0, int aspect_ratio=4) | |
| sdet_fit_conics_params (const sdet_fit_conics_params &old_params) | |
| ~sdet_fit_conics_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 | |
| double | aspect_ratio_ |
Protected Member Functions | |
| void | InitParams (int min_fit_length, double rms_distance, double aspect_ratio) |
Friends | |
| vcl_ostream & | operator<< (vcl_ostream &os, const sdet_fit_conics_params &flp) |
Definition at line 16 of file sdet_fit_conics_params.h.
| sdet_fit_conics_params::sdet_fit_conics_params | ( | int | min_fit_length = 10, |
| double | rms_distance = 1.0, |
||
| int | aspect_ratio = 4 |
||
| ) |
Definition at line 23 of file sdet_fit_conics_params.cxx.
| sdet_fit_conics_params::sdet_fit_conics_params | ( | const sdet_fit_conics_params & | old_params | ) |
Definition at line 15 of file sdet_fit_conics_params.cxx.
| sdet_fit_conics_params::~sdet_fit_conics_params | ( | ) | [inline] |
Definition at line 23 of file sdet_fit_conics_params.h.
| void sdet_fit_conics_params::InitParams | ( | int | min_fit_length, |
| double | rms_distance, | ||
| double | aspect_ratio | ||
| ) | [protected] |
Definition at line 29 of file sdet_fit_conics_params.cxx.
| bool sdet_fit_conics_params::SanityCheck | ( | ) |
Checks that parameters are within acceptable bounds.
Definition at line 40 of file sdet_fit_conics_params.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| const sdet_fit_conics_params & | flp | ||
| ) | [friend] |
Definition at line 70 of file sdet_fit_conics_params.cxx.
Definition at line 37 of file sdet_fit_conics_params.h.
the shortest curve to fit a line
Definition at line 35 of file sdet_fit_conics_params.h.
the max rms distance error for the fit
Definition at line 36 of file sdet_fit_conics_params.h.
1.7.5.1