Fraxinus
18.10
An IGT application
|
#include <cxTemporalCalibration.h>
Public Member Functions | |
TemporalCalibration () | |
void | selectData (QString filename) |
void | setDebugFolder (QString path) |
double | calibrate (bool *success) |
Class for performing temporal calibration.
Load a US Acquisition data set, and run calibrate(). The algorithm will extract the probe movement from the tracking data and from the us images, and use correlation to find the shift between them.
The shift sign is given from: frames = tracking + shift
Definition at line 43 of file cxTemporalCalibration.h.
cx::TemporalCalibration::TemporalCalibration | ( | ) |
Definition at line 101 of file cxTemporalCalibration.cpp.
double cx::TemporalCalibration::calibrate | ( | bool * | success | ) |
Find temporal calibration shift (frames = tracking + shift) from the loaded data series.
Definition at line 167 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::selectData | ( | QString | filename | ) |
Definition at line 107 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::setDebugFolder | ( | QString | path | ) |
Definition at line 127 of file cxTemporalCalibration.cpp.