An epi_point is created by intersecting an epipolar line with an edgel curve. The purpose of the epi_point is to hold attributes for point matching across video frames.
Modifications
<none>
Definition in file bmrf_epi_point.h.
#include <vcl_string.h>
#include <vbl/vbl_ref_count.h>
#include <vsl/vsl_fwd.h>
#include <vgl/vgl_point_2d.h>
#include "bmrf_epi_point_sptr.h"
Go to the source code of this file.
Classes | |
| class | bmrf_epi_point |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, bmrf_epi_point const &ep) |
| void | vsl_b_write (vsl_b_ostream &os, bmrf_epi_point_sptr const &n) |
| Binary save bmrf_node* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, bmrf_epi_point_sptr &n) |
| Binary load bmrf_node* from stream. | |
|
||||||||||||
|
Definition at line 57 of file bmrf_epi_point.cxx. |
|
||||||||||||
|
Binary load bmrf_node* from stream.
Definition at line 82 of file bmrf_epi_point.cxx. |
|
||||||||||||
|
Binary save bmrf_node* to stream.
Definition at line 68 of file bmrf_epi_point.cxx. |
1.4.4