svo
Semi-Direct Visual Odometry
|
Depth-filter config parameters. More...
#include <depth_filter.h>
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. |
Depth-filter config parameters.
svo::DepthFilter::Options::Options | ( | ) | [inline] |
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.