PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
This test runs a stylus (pivot) detection 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 "vtkMatrix4x4.h"
#include "vtkMinimalStandardRandomSequence.h"
#include "vtkIGSIOSequenceIO.h"
#include "vtkPlusPhantomLandmarkRegistrationAlgo.h"
#include "vtkPivotDetectionAlgo.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 | |
int | main (int argc, char *argv[]) |
Variables | |
const double | ERROR_THRESHOLD_MM =0.001 |
This test runs a stylus (pivot) detection on a recorded data set and compares the results to a baseline.
Definition in file vtkPivotDetectionTest.cxx.
Definition at line 37 of file vtkPivotDetectionTest.cxx.
const double ERROR_THRESHOLD_MM =0.001 |
Definition at line 35 of file vtkPivotDetectionTest.cxx.