PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This test runs a phantom registration on a recorded data set and compares the results to a baseline. More...
#include "PlusConfigure.h"
#include "PlusMath.h"
#include "igsioTrackedFrame.h"
#include "vtkPlusDataCollector.h"
#include "vtkPlusFakeTracker.h"
#include "vtkMath.h"
#include "vtkMatrix4x4.h"
#include "vtkPlusPhantomLandmarkRegistrationAlgo.h"
#include "vtkPlusChannel.h"
#include "vtkSmartPointer.h"
#include "vtkIGSIOTrackedFrameList.h"
#include "vtkTransform.h"
#include "vtkIGSIOTransformRepository.h"
#include "vtkXMLDataElement.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include "vtksys/SystemTools.hxx"
#include <iostream>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
PlusStatus | CompareRegistrationResultsWithBaseline (const char *baselineFileName, const char *currentResultFileName, const char *phantomCoordinateFrame, const char *referenceCoordinateFrame) |
int | main (int argc, char *argv[]) |
Variables | |
const double | ERROR_THRESHOLD = 0.001 |
This test runs a phantom registration on a recorded data set and compares the results to a baseline.
Definition in file vtkPhantomRegistrationTest.cxx.
PlusStatus CompareRegistrationResultsWithBaseline | ( | const char * | baselineFileName, |
const char * | currentResultFileName, | ||
const char * | phantomCoordinateFrame, | ||
const char * | referenceCoordinateFrame | ||
) |
Definition at line 216 of file vtkPhantomRegistrationTest.cxx.
Definition at line 38 of file vtkPhantomRegistrationTest.cxx.
const double ERROR_THRESHOLD = 0.001 |
Definition at line 34 of file vtkPhantomRegistrationTest.cxx.