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

This test computes center of rotation on a recorded data set and compares the results to a baseline. More...

#include "PlusConfigure.h"
#include "PlusFidPatternRecognition.h"
#include "vtkPlusCenterOfRotationCalibAlgo.h"
#include "vtkPlusHTMLGenerator.h"
#include "vtkIGSIOSequenceIO.h"
#include "vtkPlusSpacingCalibAlgo.h"
#include "vtkXMLDataElement.h"
#include "vtkXMLUtilities.h"
#include "vtksys/CommandLineArguments.hxx"
#include "vtksys/SystemTools.hxx"
Include dependency graph for vtkCenterOfRotationCalibAlgoTest.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

const double DOUBLE_DIFF = LINUXTOLERANCE
 

Detailed Description

This test computes center of rotation on a recorded data set and compares the results to a baseline.

Definition in file vtkCenterOfRotationCalibAlgoTest.cxx.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 36 of file vtkCenterOfRotationCalibAlgoTest.cxx.

Variable Documentation

◆ DOUBLE_DIFF

const double DOUBLE_DIFF = LINUXTOLERANCE

Definition at line 30 of file vtkCenterOfRotationCalibAlgoTest.cxx.