libstereo-odometry (C++ Library for robust Stereo odometry)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
rso::CStereoOdometryEstimator::TTrackingData Struct Reference

Public Attributes

const TImagePairDataprev_imgpair
 
const TImagePairDatacur_imgpair
 
std::vector< vector_index_pairs_ttracked_pairs
 

Member Data Documentation

const TImagePairData * rso::CStereoOdometryEstimator::TTrackingData::cur_imgpair
const TImagePairData* rso::CStereoOdometryEstimator::TTrackingData::prev_imgpair

Pointers to the previous & current image pairs orginal structures.

std::vector<vector_index_pairs_t> rso::CStereoOdometryEstimator::TTrackingData::tracked_pairs

For each octave, the paired indices of matched stereo features. Indices are as seen in matches_lr


The documentation for this struct was generated from the following file: