#include <libstereo-odometry.h>
cv::Mat rso::CStereoOdometryEstimator::TImagePairData::img_data_t::orb_desc |
std::vector<cv::KeyPoint> rso::CStereoOdometryEstimator::TImagePairData::img_data_t::orb_feats |
Pyramid of grayscale images.
Features in each pyramid.
std::vector<cv::Mat> rso::CStereoOdometryEstimator::TImagePairData::img_data_t::pyr_feats_desc |
ORB Descriptors of the features.
std::vector<mrpt::vector_size_t> rso::CStereoOdometryEstimator::TImagePairData::img_data_t::pyr_feats_index |
Index of feature indices per row.
std::vector<TKeyPointList> rso::CStereoOdometryEstimator::TImagePairData::img_data_t::pyr_feats_kps |
Features in each pyramid (keypoint version) <- will substitute [orb_matches].
The documentation for this struct was generated from the following file: