#include <sdet_grid_finder.h>
Definition at line 67 of file sdet_grid_finder.h.
Public Member Functions | |
| grid_profile_matcher () | |
| ~grid_profile_matcher () | |
| bool | insert_lines (vcl_vector< vsol_line_2d_sptr > const &lines, bool horizontal_lines) |
| bool | get_lines_in_interval (const double dlo, const double dhi, vcl_vector< vsol_line_2d_sptr > &lines) const |
| double | calculate_grid_offset (int n_lines, double spacing) |
| int | index_size () const |
| int | n_lines () const |
| double | offset (int i) const |
| double | distance (double x) const |
Private Attributes | |
| vnl_vector< double > | image_profile_ |
| vcl_vector< double > | distances_ |
| vcl_vector< vcl_vector< vsol_line_2d_sptr > * > | line_index_ |
| int | size_ |
| double | dmin_ |
| double | dmax_ |
|
|
Definition at line 160 of file sdet_grid_finder.cxx. |
|
|
Definition at line 167 of file sdet_grid_finder.cxx. |
|
||||||||||||
|
Definition at line 259 of file sdet_grid_finder.cxx. |
|
|
|
|
||||||||||||||||
|
Definition at line 235 of file sdet_grid_finder.cxx. |
|
|
Definition at line 77 of file sdet_grid_finder.h. |
|
||||||||||||
|
Definition at line 173 of file sdet_grid_finder.cxx. |
|
|
Definition at line 78 of file sdet_grid_finder.h. |
|
|
Definition at line 79 of file sdet_grid_finder.h. |
|
|
Definition at line 83 of file sdet_grid_finder.h. |
|
|
Definition at line 87 of file sdet_grid_finder.h. |
|
|
Definition at line 86 of file sdet_grid_finder.h. |
|
|
Definition at line 82 of file sdet_grid_finder.h. |
|
|
Definition at line 84 of file sdet_grid_finder.h. |
|
|
Definition at line 85 of file sdet_grid_finder.h. |
1.4.4