PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkPivotDetectionTest.cxx File Reference

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>
Include dependency graph for vtkPivotDetectionTest.cxx:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Variables

const double ERROR_THRESHOLD_MM =0.001
 

Detailed Description

This test runs a stylus (pivot) detection on a recorded data set and compares the results to a baseline.

Definition in file vtkPivotDetectionTest.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 37 of file vtkPivotDetectionTest.cxx.

Variable Documentation

◆ ERROR_THRESHOLD_MM

const double ERROR_THRESHOLD_MM =0.001

Definition at line 35 of file vtkPivotDetectionTest.cxx.