MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Classes | |
struct | sfm::Correspondence2D2D |
Two image coordinates which correspond to each other in terms of observing the same point in the scene. More... | |
struct | sfm::Correspondence2D3D |
A 3D point and an image coordinate which correspond to each other in terms of the image observing this 3D point in the scene. More... | |
Namespaces | |
namespace | sfm |
Structure-from-Motion library. | |
Typedefs | |
typedef std::pair< int, int > | sfm::CorrespondenceIndex |
The IDs of a matching feature pair in two images. | |
typedef std::vector< CorrespondenceIndex > | sfm::CorrespondenceIndices |
A list of all matching feature pairs in two images. | |
typedef std::vector< Correspondence2D2D > | sfm::Correspondences2D2D |
typedef std::vector< Correspondence2D3D > | sfm::Correspondences2D3D |