You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Class slamcore::MultiFrameInterface
-
class MultiFrameInterface
Representing a set of video frames.
Convenient access to frame @a i.
-
inline const value_type &operator[](const std::size_t i) const
-
inline const value_type &operator()(const std::size_t i) const
-
inline const value_type &get(const std::size_t i) const
Public Types
-
using Ptr = std::shared_ptr<MultiFrameInterface>
-
using CPtr = std::shared_ptr<const MultiFrameInterface>
-
using value_type = FrameInterface
-
using iterator = RangeIterator<MultiFrameInterface>
Public Functions
-
virtual ~MultiFrameInterface() = default
-
inline virtual bool isKeyFrame() const
Indicates if this MultiFrame is a key frame in our map.
-
virtual MeasurementPoint<camera_clock>::time_point getHWTimestamp() const = 0
HW timestamp of the multi-frame.
-
virtual MeasurementPoint<camera_clock>::host_time_point getAcquisitionTimestamp() const = 0
Acquisition timestamp of the multi-frame.
-
virtual MeasurementPoint<camera_clock>::host_time_point getSourceAcquisitionTimestamp() const = 0
Source acquisition timestamp of the multi-frame.
-
inline const value_type &operator[](const std::size_t i) const