|
Berkeley SfM
|
#include <Eigen/Core>#include <opencv2/features2d/features2d.hpp>#include <limits>#include <vector>Go to the source code of this file.
Namespaces | |
| bsfm | |
Typedefs | |
| typedef unsigned int | bsfm::ViewIndex |
| typedef unsigned int | bsfm::LandmarkIndex |
| typedef ::cv::Mat | bsfm::DescriptorList |
| typedef ::cv::KeyPoint | bsfm::Keypoint |
| typedef ::std::vector< Keypoint > | bsfm::KeypointList |
| typedef ::Eigen::Matrix< double, Eigen::Dynamic, 1 > | bsfm::Descriptor |
| typedef ::Eigen::Matrix< double, 3, 4 > | bsfm::Matrix34d |
Variables | |
| static constexpr ViewIndex | bsfm::kInvalidView = std::numeric_limits<ViewIndex>::max() |
| static constexpr LandmarkIndex | bsfm::kInvalidLandmark |
1.8.10