#include <libstereo-odometry.h>
Enumerator |
---|
ifmDescBF |
|
ifmDescWin |
|
ifmSAD |
|
ifmOpticalFlow |
|
rso::CStereoOdometryEstimator::TInterFrameMatchingParams::TInterFrameMatchingParams |
( |
| ) |
|
void rso::CStereoOdometryEstimator::TInterFrameMatchingParams::dumpToConsole |
( |
| ) |
|
|
inline |
bool rso::CStereoOdometryEstimator::TInterFrameMatchingParams::filter_fund_matrix |
Whether or not use fundamental matrix to remove outliers between inter-frame matches (unused by now)
TIFMMethod rso::CStereoOdometryEstimator::TInterFrameMatchingParams::ifm_method |
Inter-frame matching method.
int rso::CStereoOdometryEstimator::TInterFrameMatchingParams::ifm_win_h |
Window size for searching for inter-frame matches.
int rso::CStereoOdometryEstimator::TInterFrameMatchingParams::ifm_win_w |
double rso::CStereoOdometryEstimator::TInterFrameMatchingParams::orb_max_distance |
Maximum allowed Hamming distance between a pair of features to be considered a match (unused by now)
uint32_t rso::CStereoOdometryEstimator::TInterFrameMatchingParams::sad_max_distance |
The maximum SAD value to consider a pairing as a potential match (Default: ~200)
double rso::CStereoOdometryEstimator::TInterFrameMatchingParams::sad_max_ratio |
The maximum ratio between the two smallest SAD when searching for pairings (Default: 0.5) (unused by now)
The documentation for this struct was generated from the following file: