SaDVIO
|
Class for initializing semantic bounding box landmarks. More...
#include <semanticBBoxlandmarkInitializer.h>
Public Member Functions | |
semanticBBoxLandmarkInitializer ()=default | |
![]() | |
ALandmarkInitializer ()=default | |
~ALandmarkInitializer () | |
uint | initFromMatch (feature_pair match) |
Initialize landmarks from a feature pair. More... | |
uint | initFromMatches (vec_match matches) |
Initialize landmarks from a vector of feature matches. More... | |
uint | initFromFeatures (std::vector< std::shared_ptr< AFeature >> feats) |
Initialize landmarks from a vector of feature tracks. More... | |
Additional Inherited Members | |
![]() | |
std::shared_ptr< ALandmark > | createNewLandmark (std::shared_ptr< AFeature > f1, std::shared_ptr< AFeature > f2) |
Create a new landmark from a pair of features. More... | |
Class for initializing semantic bounding box landmarks.
|
default |