svo
Semi-Direct Visual Odometry
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
svo::DepthFilter::Options Struct Reference

Depth-filter config parameters. More...

#include <depth_filter.h>

List of all members.

Public Member Functions

 Options ()

Public Attributes

bool check_ftr_angle
 gradient features are only updated if the epipolar line is orthogonal to the gradient.
bool epi_search_1d
 restrict Gauss Newton in the epipolar search to the epipolar line.
bool verbose
 display output.
bool use_photometric_disparity_error
 use photometric disparity error instead of 1px error in tau computation.
int max_n_kfs
 maximum number of keyframes for which we maintain seeds.
double sigma_i_sq
 image noise.
double seed_convergence_sigma2_thresh
 threshold on depth uncertainty for convergence.

Detailed Description

Depth-filter config parameters.


Constructor & Destructor Documentation


Member Data Documentation

gradient features are only updated if the epipolar line is orthogonal to the gradient.

restrict Gauss Newton in the epipolar search to the epipolar line.

maximum number of keyframes for which we maintain seeds.

threshold on depth uncertainty for convergence.

image noise.

use photometric disparity error instead of 1px error in tau computation.

display output.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines