Not documented FIXME. More...
#include <ProjStructure.h>
Public Member Functions | |
| ProjStructure () | |
| ImageMetric const * | get_image_metric (int) |
| PMatrix & | P (int i) |
| PMatrix const & | P (int i) const |
| HomgPoint3D & | X (int i) |
| HomgPoint3D const & | X (int i) const |
| int | get_min_view () const |
| int | get_max_view () const |
| int | npoints () const |
| HomgPoint2D & | get_point_2d (int view, int c) |
| int | get_point_match (int view, int c) |
Public Attributes | |
| vcl_vector < HomgInterestPointSet * > | points_2d_ |
| vcl_vector< PMatrix > | P_ |
| vcl_vector< HomgPoint3D > | X_ |
| ImageMetric const * | metric_ |
Not documented FIXME.
Definition at line 22 of file ProjStructure.h.
| ProjStructure::ProjStructure | ( | ) |
| ImageMetric const* ProjStructure::get_image_metric | ( | int | ) | [inline] |
Definition at line 33 of file ProjStructure.h.
| int ProjStructure::get_max_view | ( | ) | const [inline] |
Definition at line 42 of file ProjStructure.h.
| int ProjStructure::get_min_view | ( | ) | const [inline] |
Definition at line 41 of file ProjStructure.h.
| HomgPoint2D & ProjStructure::get_point_2d | ( | int | view, |
| int | c | ||
| ) |
Definition at line 12 of file ProjStructure.cxx.
| int ProjStructure::get_point_match | ( | int | view, |
| int | c | ||
| ) |
Definition at line 17 of file ProjStructure.cxx.
| int ProjStructure::npoints | ( | ) | const [inline] |
Definition at line 43 of file ProjStructure.h.
| PMatrix& ProjStructure::P | ( | int | i | ) | [inline] |
Definition at line 35 of file ProjStructure.h.
| PMatrix const& ProjStructure::P | ( | int | i | ) | const [inline] |
Definition at line 36 of file ProjStructure.h.
| HomgPoint3D& ProjStructure::X | ( | int | i | ) | [inline] |
Definition at line 38 of file ProjStructure.h.
| HomgPoint3D const& ProjStructure::X | ( | int | i | ) | const [inline] |
Definition at line 39 of file ProjStructure.h.
Definition at line 29 of file ProjStructure.h.
| vcl_vector<PMatrix> ProjStructure::P_ |
Definition at line 27 of file ProjStructure.h.
| vcl_vector<HomgInterestPointSet*> ProjStructure::points_2d_ |
Definition at line 26 of file ProjStructure.h.
| vcl_vector<HomgPoint3D> ProjStructure::X_ |
Definition at line 28 of file ProjStructure.h.
1.7.5.1