Extended version of ExternalContainer structure used internally in SimpleSfM. More...
#include <SfM.h>

Public Member Functions | |
| Feature () | |
| Feature (const Feature &c) | |
Public Member Functions inherited from alvar::ExternalContainer | |
| ExternalContainer () | |
| ExternalContainer (const ExternalContainer &c) | |
Public Attributes | |
| int | estimation_type |
| bool | has_stored_pose |
| CvPoint2D32f | p2d1 |
| CvPoint3D32f | p3d_sh |
| Pose | pose1 |
| CvPoint2D32f | projected_p2d_sh |
| int | tri_cntr |
Public Attributes inherited from alvar::ExternalContainer | |
| bool | has_p2d |
| bool | has_p3d |
| CvPoint2D32f | p2d |
| CvPoint3D32f | p3d |
| CvPoint2D32f | projected_p2d |
| int | type_id |
Extended version of ExternalContainer structure used internally in SimpleSfM.