PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Functions
CompareVolumes.cxx File Reference
#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"
Include dependency graph for CompareVolumes.cxx:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
int SimpleCompareVolumes (vtkImageData *testVol, vtkImageData *refVol, double simpleCompareMaxError)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 103 of file CompareVolumes.cxx.

◆ SimpleCompareVolumes()

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.