An epi segment is a one-to-one and onto map between the original digital curve parametrization and the parameter space of epipolar lines. Because of the one-to-one and onto map it is possible to identify potentially matching points on the curve as having the same epipolar parameter. The segment is parametrized by alpha which defines the space of epipolar lines. The class supports interpolation to continuous values of alpha. The properites of the segment that are needed for matching:
Modifications
<none>
Definition in file bmrf_epi_seg.h.
#include <vcl_iosfwd.h>
#include <vbl/vbl_ref_count.h>
#include <vsl/vsl_binary_io.h>
#include <bmrf/bmrf_epi_point_sptr.h>
#include "bmrf_epi_seg_sptr.h"
Go to the source code of this file.
Classes | |
| class | bmrf_epi_seg |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, bmrf_epi_seg const &ec) |
| void | vsl_b_write (vsl_b_ostream &os, bmrf_epi_seg_sptr const &eps) |
| Binary save bmrf_epi_seg to stream. | |
| void | vsl_b_read (vsl_b_istream &is, bmrf_epi_seg_sptr &eps) |
| Binary load bmrf_epi_seg from stream. | |
|
||||||||||||
|
Definition at line 690 of file bmrf_epi_seg.cxx. |
|
||||||||||||
|
Binary load bmrf_epi_seg from stream.
Definition at line 722 of file bmrf_epi_seg.cxx. |
|
||||||||||||
|
Binary save bmrf_epi_seg to stream.
Definition at line 708 of file bmrf_epi_seg.cxx. |
1.4.4