44 #ifndef BSFM_UTIL_TYPES_H
45 #define BSFM_UTIL_TYPES_H
48 #include <opencv2/features2d/features2d.hpp>
65 static constexpr ViewIndex
kInvalidView = std::numeric_limits<ViewIndex>::max();
67 std::numeric_limits<LandmarkIndex>::max();
83 typedef ::Eigen::Matrix<double, Eigen::Dynamic, 1>
Descriptor;
unsigned int LandmarkIndex
static constexpr LandmarkIndex kInvalidLandmark
static constexpr ViewIndex kInvalidView
::std::vector< Keypoint > KeypointList
::Eigen::Matrix< double, 3, 4 > Matrix34d
::Eigen::Matrix< double, Eigen::Dynamic, 1 > Descriptor