MVE - Multi-View Environment mve-devel
|
#include <string>
#include <vector>
#include "math/vector.h"
#include "mve/image.h"
#include "sfm/defines.h"
Go to the source code of this file.
Classes | |
class | sfm::Sift |
Implementation of the SIFT feature detector and descriptor. More... | |
struct | sfm::Sift::Descriptor |
Representation of the SIFT descriptor. More... | |
struct | sfm::Sift::Keypoint |
Representation of a SIFT keypoint. More... | |
struct | sfm::Sift::Octave |
Representation of a SIFT octave. More... | |
struct | sfm::Sift::Options |
SIFT options. More... | |
Namespaces | |
namespace | sfm |
Structure-from-Motion library. | |