#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"
Go to the source code of this file.
◆ vtkStandardNewMacro()
◆ DEFAULT_ERROR_CONFIDENCE_INTERVAL
const double DEFAULT_ERROR_CONFIDENCE_INTERVAL = 0.95 |
|
static |
◆ MIN_NUMBER_OF_VALID_CALIBRATION_FRAMES
const int MIN_NUMBER_OF_VALID_CALIBRATION_FRAMES = 10 |
|
static |