OSVR-Core
|
Algorithm functor to be called in a loop that processes measurements rows: all it does is feed in LEDs, (stage 2), but not process them into tracking results (stage 3). More...
#include <OptimizationBase.h>
Public Member Functions | |
void | operator() (OptimData &optim, TimestampedMeasurements const &row) |
Algorithm functor to be called in a loop that processes measurements rows: all it does is feed in LEDs, (stage 2), but not process them into tracking results (stage 3).
Do not use both this and MainAlgoUnderStudy
in the same loop, or you'll feed in each measurement twice.