ANIMA
4.0
|
#include <itkConnectedComponentImageFilter.h>
#include <itkRelabelComponentImageFilter.h>
#include <itkImageFileReader.h>
#include <itkImageFileWriter.h>
#include <itkImageRegionIterator.h>
#include <tclap/CmdLine.h>
#include <animaReadWriteFunctions.h>
Go to the source code of this file.
Classes | |
struct | arguments |
Functions | |
template<unsigned int Dimension> | |
void | connectedComponent (const arguments &args) |
int | main (int argc, char **argv) |
void | retrieveDimension (const arguments &args, itk::ImageIOBase::Pointer imageIO) |
void connectedComponent | ( | const arguments & | args | ) |
Definition at line 21 of file animaConnectedComponents.cxx.
References arguments::full, arguments::input, arguments::min, arguments::output, arguments::pthread, and arguments::spacing.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 94 of file animaConnectedComponents.cxx.
References arguments::full, arguments::imageIO, arguments::input, arguments::min, arguments::output, arguments::pthread, and retrieveDimension().
void retrieveDimension | ( | const arguments & | args, |
itk::ImageIOBase::Pointer | imageIO | ||
) |
Definition at line 73 of file animaConnectedComponents.cxx.
Referenced by main().