PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This test runs a TRUS probe calibration on a recorded data set and compares the results to a baseline. More...
#include "PlusConfigure.h"
#include "PlusFidPatternRecognition.h"
#include "PlusMath.h"
#include "vtkPlusBrachyStepperPhantomRegistrationAlgo.h"
#include "vtkPlusCenterOfRotationCalibAlgo.h"
#include "vtkMath.h"
#include "vtkMatrix4x4.h"
#include "vtkPlusProbeCalibrationAlgo.h"
#include "vtkIGSIOSequenceIO.h"
#include "vtkPlusSpacingCalibAlgo.h"
#include "vtkIGSIOTrackedFrameList.h"
#include "vtkIGSIOTransformRepository.h"
#include "vtkXMLDataElement.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include "vtksys/SystemTools.hxx"
Go to the source code of this file.
Functions | |
int | CompareCalibrationResultsWithBaseline (const char *baselineFileName, const char *currentResultFileName, double translationErrorThreshold, double rotationErrorThreshold) |
int | main (int argc, char *argv[]) |
Variables | |
const double | ERROR_THRESHOLD = 0.05 |
This test runs a TRUS probe calibration on a recorded data set and compares the results to a baseline.
Definition in file vtkTRUSCalibrationTest.cxx.
int CompareCalibrationResultsWithBaseline | ( | const char * | baselineFileName, |
const char * | currentResultFileName, | ||
double | translationErrorThreshold, | ||
double | rotationErrorThreshold | ||
) |
Definition at line 229 of file vtkTRUSCalibrationTest.cxx.
Definition at line 36 of file vtkTRUSCalibrationTest.cxx.
const double ERROR_THRESHOLD = 0.05 |
Definition at line 32 of file vtkTRUSCalibrationTest.cxx.