Background worker thread that runs continuous HPI coil localization. More...
#include <rthpis.h>
Signals | |
| void | resultReady (const INVERSELIB::HpiFitResult &fitResult) |
Public Member Functions | |
| RtHpiWorker (const INVERSELIB::SensorSet sensorSet) | |
| void | doWork (const Eigen::MatrixXd &matData, const Eigen::MatrixXd &matProjectors, const INVERSELIB::HpiModelParameters &hpiModelParameters, const Eigen::MatrixXd &matCoilsHead) |
Protected Attributes | |
| QSharedPointer< INVERSELIB::HPIFit > | m_pHpiFit |
Background worker thread that runs continuous HPI coil localization.
Real-time HPI worker.

|
explicit |
Creates the real-time HPI worker object.
| [in] | pFiffInfo | Associated Fiff Information. |
Definition at line 68 of file rthpis.cpp.
| void RtHpiWorker::doWork | ( | const Eigen::MatrixXd & | matData, |
| const Eigen::MatrixXd & | matProjectors, | ||
| const INVERSELIB::HpiModelParameters & | hpiModelParameters, | ||
| const Eigen::MatrixXd & | matCoilsHead ) |
Perform one single HPI fit.
| [in] | matData | Data to estimate the HPI positions from. |
| [in] | matProjectors | The projectors to apply. Bad channels are still included. |
| [in] | vFreqs | The frequencies for each coil. |
| [in] | pFiffInfo | Associated Fiff Information. |
Definition at line 73 of file rthpis.cpp.
|
signal |
|
protected |