CustusX
16.5.0-rc9
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 64 of file cxTemporalCalibration.h.
cx::TemporalCalibration::TemporalCalibration | ( | ) |
Definition at line 122 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 188 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::selectData | ( | QString | filename | ) |
Definition at line 128 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::setDebugFolder | ( | QString | path | ) |
Definition at line 148 of file cxTemporalCalibration.cpp.