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

#include <matcher.h>

List of all members.

Public Member Functions

 Options ()

Public Attributes

bool align_1d
 in epipolar search: align patch 1D along epipolar line
int align_max_iter
 number of iterations for aligning the feature patches in gauss newton
double max_epi_length_optim
 max length of epipolar line to skip epipolar search and directly go to img align
size_t max_epi_search_steps
 max number of evaluations along epipolar line
bool subpix_refinement
 do gauss newton feature patch alignment after epipolar search
bool epi_search_edgelet_filtering
double epi_search_edgelet_max_angle

Constructor & Destructor Documentation


Member Data Documentation

in epipolar search: align patch 1D along epipolar line

number of iterations for aligning the feature patches in gauss newton

max length of epipolar line to skip epipolar search and directly go to img align

max number of evaluations along epipolar line

do gauss newton feature patch alignment after epipolar search


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