PlusLib
2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
|
#include "PlusConfigure.h"
#include "vtksys/CommandLineArguments.hxx"
#include <fstream>
#include <iostream>
#include <time.h>
#include "vtkDataSetReader.h"
#include "vtkDataSetWriter.h"
#include "vtkImageClip.h"
#include "vtkImageData.h"
#include "vtkImageMathematics.h"
#include "vtkImageHistogramStatistics.h"
#include "vtkMetaImageReader.h"
#include "vtkPlusCompareVolumes.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int | SimpleCompareVolumes (vtkImageData *testVol, vtkImageData *refVol, double simpleCompareMaxError) |
Definition at line 103 of file CompareVolumes.cxx.
int SimpleCompareVolumes | ( | vtkImageData * | testVol, |
vtkImageData * | refVol, | ||
double | simpleCompareMaxError | ||
) |
This program creates or adds to a csv file some information about the quality of hole filling in volume reconstruction.
Definition at line 29 of file CompareVolumes.cxx.