SaDVIO
|
A struct that contains a feature tracker and its parameters. More...
#include <slamParameters.h>
Public Attributes | |
int | tracker_width |
int | tracker_height |
int | tracker_nlvls_pyramids |
double | tracker_max_err |
std::shared_ptr< AFeatureTracker > | feature_tracker |
A struct that contains a feature tracker and its parameters.
std::shared_ptr<AFeatureTracker> isae::FeatureTrackerStruct::feature_tracker |
int isae::FeatureTrackerStruct::tracker_height |
double isae::FeatureTrackerStruct::tracker_max_err |
int isae::FeatureTrackerStruct::tracker_nlvls_pyramids |
int isae::FeatureTrackerStruct::tracker_width |