CustusX
22.04-rc5
An IGT application
|
#include <cxLapFrameToolCalibrationWidget.h>
Public Member Functions | |
LapFrameToolCalibrationCalculator (ToolPtr tool, ToolPtr calRef, double cameraAngle) | |
~LapFrameToolCalibrationCalculator () | |
Vector3D | get_delta_ref () |
how far from the reference point the sampled point is, in pr's coord More... | |
Transform3D | get_calibration_sMt () |
new calibration matrix for the input tool. More... | |
Class that calibrates the tool using a reference matrix in a calibration tool.
Definition at line 81 of file cxLapFrameToolCalibrationWidget.h.
cx::LapFrameToolCalibrationCalculator::LapFrameToolCalibrationCalculator | ( | ToolPtr | tool, |
ToolPtr | calRef, | ||
double | cameraAngle | ||
) |
Definition at line 191 of file cxLapFrameToolCalibrationWidget.cpp.
|
inline |
Definition at line 85 of file cxLapFrameToolCalibrationWidget.h.
Transform3D cx::LapFrameToolCalibrationCalculator::get_calibration_sMt | ( | ) |
new calibration matrix for the input tool.
Definition at line 215 of file cxLapFrameToolCalibrationWidget.cpp.
Vector3D cx::LapFrameToolCalibrationCalculator::get_delta_ref | ( | ) |
how far from the reference point the sampled point is, in pr's coord
Definition at line 205 of file cxLapFrameToolCalibrationWidget.cpp.