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

This test runs a freehand calibration on a recorded data set and compares the results to a baseline. More...

#include "PlusConfigure.h"
#include "PlusFidPatternRecognition.h"
#include "PlusMath.h"
#include "vtkCallbackCommand.h"
#include "vtkCommand.h"
#include "vtkMath.h"
#include "vtkMatrix4x4.h"
#include "vtkPlusProbeCalibrationAlgo.h"
#include "vtkIGSIOSequenceIO.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 ProbeCalibration.cxx:

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 = LINUXTOLERANCEPERCENT
 

Detailed Description

This test runs a freehand calibration on a recorded data set and compares the results to a baseline.

Definition in file ProbeCalibration.cxx.

Function Documentation

◆ CompareCalibrationResultsWithBaseline()

int CompareCalibrationResultsWithBaseline ( const char *  baselineFileName,
const char *  currentResultFileName,
double  translationErrorThreshold,
double  rotationErrorThreshold 
)

Definition at line 218 of file ProbeCalibration.cxx.

◆ main()

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

Definition at line 43 of file ProbeCalibration.cxx.

Variable Documentation

◆ ERROR_THRESHOLD

const double ERROR_THRESHOLD = LINUXTOLERANCEPERCENT

Definition at line 36 of file ProbeCalibration.cxx.