CustusX
22.04-rc5
An IGT application
|
#include <cxTemporalCalibration.h>
Public Member Functions | |
TemporalCalibration () | |
void | selectData (QString filename, FileManagerServicePtr filemanager) |
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 102 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 168 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::selectData | ( | QString | filename, |
FileManagerServicePtr | filemanager | ||
) |
Definition at line 108 of file cxTemporalCalibration.cpp.
void cx::TemporalCalibration::setDebugFolder | ( | QString | path | ) |
Definition at line 128 of file cxTemporalCalibration.cpp.