#include <libstereo-odometry.h>
  
  
      
        
          | rso::CStereoOdometryEstimator::TStereoOdometryResult::TStereoOdometryResult  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | vector< pair<size_t,size_t> > rso::CStereoOdometryEstimator::TStereoOdometryResult::detected_feats | 
        
      
 
number of detected features in each octave : .first (left image) and .second (right image) 
 
 
      
        
          | VOErrorCode rso::CStereoOdometryEstimator::TStereoOdometryResult::error_code | 
        
      
 
error code for the method 
 
 
      
        
          | int rso::CStereoOdometryEstimator::TStereoOdometryResult::num_it | 
        
      
 
 
      
        
          | int rso::CStereoOdometryEstimator::TStereoOdometryResult::num_it_final | 
        
      
 
number of iterations in the two stages of optimization 
 
 
      
        
          | vector<double> rso::CStereoOdometryEstimator::TStereoOdometryResult::out_residual | 
        
      
 
residual for each observation (tracked match) 
 
 
      
        
          | vector<size_t> rso::CStereoOdometryEstimator::TStereoOdometryResult::outliers | 
        
      
 
outliers in each octave after optimization : includes NMS and residual thresholding (idx of current match in each octave) 
 
 
      
        
          | CPose3D rso::CStereoOdometryEstimator::TStereoOdometryResult::outPose | 
        
      
 
 
      
        
          | vector<size_t> rso::CStereoOdometryEstimator::TStereoOdometryResult::stereo_matches | 
        
      
 
number of stereo matches in each octave : 
 
 
      
        
          | size_t rso::CStereoOdometryEstimator::TStereoOdometryResult::tracked_feats_from_last_frame | 
        
      
 
control of number of tracked features (between consecutive frames and between keyframes) 
 
 
      
        
          | size_t rso::CStereoOdometryEstimator::TStereoOdometryResult::tracked_feats_from_last_KF | 
        
      
 
 
      
        
          | bool rso::CStereoOdometryEstimator::TStereoOdometryResult::valid | 
        
      
 
whether or not the result is valid 
 
 
The documentation for this struct was generated from the following file: