|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
19 #ifndef VISION_COMMON_FEATURE_TRACK_H_
20 #define VISION_COMMON_FEATURE_TRACK_H_
39 template <
class ARCHIVE>
40 void serialize(ARCHIVE& ar,
const unsigned int ) {
41 ar& BOOST_SERIALIZATION_NVP(id_);
49 #endif // VISION_COMMON_FEATURE_TRACK_H_
const FeatureId & id() const
Definition: feature_track.h:34
virtual ~FeatureTrack()=default
Definition: brisk_feature_detector_and_matcher.h:25
friend class boost::serialization::access
Definition: feature_track.h:38
Definition: feature_track.h:28
Definition: timestamped_set.h:49
FeatureTrack(const FeatureId id)
Definition: feature_track.h:30
int FeatureId
Definition: feature_point.h:29