CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxTemporalCalibration.cpp File Reference
#include <cxTemporalCalibration.h>
#include <QtWidgets>
#include <QVBoxLayout>
#include "boost/bind.hpp"
#include "cxTrackingService.h"
#include <vtkPiecewiseFunction.h>
#include <vtkPointData.h>
#include <vtkImageData.h>
#include "cxTypeConversions.h"
#include "cxSettings.h"
#include "cxUtilHelpers.h"
#include "cxVolumeHelpers.h"
#include "vtkImageCorrelation.h"
#include "cxUSFrameData.h"
#include "cxImage.h"
#include "cxUsReconstructionFileReader.h"
#include "cxLogger.h"
#include "cxTime.h"
#include <vtkImageMask.h>
#include "cxFileManagerServiceProxy.h"

Go to the source code of this file.

Namespaces

 cx
 Namespace for all CustusX production code.
 

Typedefs

typedef vtkSmartPointer< vtkImageMask > vtkImageMaskPtr
 
typedef vtkSmartPointer< vtkImageCorrelation > vtkImageCorrelationPtr
 

Functions

void cx::correlate (double *x, double *y, double *corr, int maxdelay, int n)
 

Typedef Documentation

typedef vtkSmartPointer<vtkImageCorrelation> vtkImageCorrelationPtr

Definition at line 36 of file cxTemporalCalibration.cpp.

typedef vtkSmartPointer<vtkImageMask> vtkImageMaskPtr

Definition at line 35 of file cxTemporalCalibration.cpp.