MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
correspondence.h File Reference
#include <vector>
#include "math/matrix.h"
#include "sfm/defines.h"
Include dependency graph for correspondence.h:
This graph shows which files directly or indirectly include this file:

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< CorrespondenceIndexsfm::CorrespondenceIndices
 A list of all matching feature pairs in two images.
 
typedef std::vector< Correspondence2D2Dsfm::Correspondences2D2D
 
typedef std::vector< Correspondence2D3Dsfm::Correspondences2D3D