PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions | Variables
vtkPlusProbeCalibrationAlgo.cxx File Reference
#include "PlusConfigure.h"
#include "vtkPlusProbeCalibrationAlgo.h"
#include "float.h"
#include <vnl/vnl_inverse.h>
#include "vtkIGSIOTrackedFrameList.h"
#include "igsioTrackedFrame.h"
#include "vtkIGSIOTransformRepository.h"
#include "PlusMath.h"
#include "PlusFidPatternRecognitionCommon.h"
#include "vtkObjectFactory.h"
#include "vtkMatrix4x4.h"
#include "vtkPlane.h"
#include "vtkXMLUtilities.h"
#include "vtkXMLDataElement.h"
#include "vtkTransform.h"
#include "vtkMath.h"
#include "vtksys/SystemTools.hxx"
#include "vtkPoints.h"
#include "vtkLine.h"
Include dependency graph for vtkPlusProbeCalibrationAlgo.cxx:

Go to the source code of this file.

Functions

 vtkStandardNewMacro (vtkPlusProbeCalibrationAlgo)
 

Variables

static const double DEFAULT_ERROR_CONFIDENCE_INTERVAL = 0.95
 
static const int MIN_NUMBER_OF_VALID_CALIBRATION_FRAMES = 10
 

Function Documentation

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPlusProbeCalibrationAlgo  )

Variable Documentation

◆ DEFAULT_ERROR_CONFIDENCE_INTERVAL

const double DEFAULT_ERROR_CONFIDENCE_INTERVAL = 0.95
static

Definition at line 34 of file vtkPlusProbeCalibrationAlgo.cxx.

◆ MIN_NUMBER_OF_VALID_CALIBRATION_FRAMES

const int MIN_NUMBER_OF_VALID_CALIBRATION_FRAMES = 10
static

Definition at line 33 of file vtkPlusProbeCalibrationAlgo.cxx.