CustusX
16.5.0-rc9
An IGT application
|
#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>
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 vtkSmartPointer<vtkImageCorrelation> vtkImageCorrelationPtr |
Definition at line 56 of file cxTemporalCalibration.cpp.
typedef vtkSmartPointer<vtkImageMask> vtkImageMaskPtr |
Definition at line 55 of file cxTemporalCalibration.cpp.