OSVR-Core
Public Member Functions | List of all members
osvr::vbtracker::FeedDataWithoutProcessing Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: