LSD-SLAM
latest
Contents:
Architecture and Process Flow
Code Documentation
LSD-SLAM
Docs
»
Code Documentation
»
Struct MsRateAverage
Edit on GitHub
Struct MsRateAverage
¶
Defined in
File MovingAverage.h
Struct Documentation
¶
struct
MsRateAverage
¶
Public Functions
MsRateAverage
(
void
)
¶
void
update
(
const
Timer
&
timer
)
¶
float
ms
(
void
)
const
¶
float
rate
(
void
)
¶
Protected Attributes
MsAverage
_ms
¶
CountRateAverage
_rate
¶
Timer
_timer
¶