PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include <iostream>
#include <algorithm>
#include <cctype>
#include <string>
#include <vtkAppendPolyData.h>
#include <vtkCubeSource.h>
#include <vtkMatrix4x4.h>
#include <vtkPolyData.h>
#include <vtkPolyDataWriter.h>
#include <vtkSTLWriter.h>
#include <vtkSmartPointer.h>
#include <vtkTransform.h>
#include <vtkTransformPolyDataFilter.h>
#include <vtkXMLUtilities.h>
#include <vtksys/CommandLineArguments.hxx>
#include <igsioTrackedFrame.h>
#include <vtkIGSIOSequenceIO.h>
#include <vtkIGSIOTrackedFrameList.h>
#include <vtkIGSIOTransformRepository.h>
#include <vtkPlusVolumeReconstructor.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
This program creates a vtkPolyData model that represents tracked ultrasound image slices in their tracked positions. It can be used to debug geometry problems in volume reconstruction.
Definition at line 43 of file CreateSliceModels.cxx.