Background worker thread that runs continuous HPI coil localization. More...
#include <rt_hpis.h>
Signals | |
| void | resultReady (const INVLIB::HpiFitResult &fitResult) |
Public Member Functions | |
| RtHpiWorker (const INVLIB::InvSensorSet sensorSet) | |
| void | doWork (const Eigen::MatrixXd &matData, const Eigen::MatrixXd &matProjectors, const INVLIB::InvHpiModelParameters &hpiModelParameters, const Eigen::MatrixXd &matCoilsHead) |
Protected Attributes | |
| QSharedPointer< INVLIB::InvHpiFit > | 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 rt_hpis.cpp.
| void RtHpiWorker::doWork | ( | const Eigen::MatrixXd & | matData, |
| const Eigen::MatrixXd & | matProjectors, | ||
| const INVLIB::InvHpiModelParameters & | 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 rt_hpis.cpp.
|
signal |
|
protected |