Typedefs | Functions

tests/itkreader/itkreader.cpp File Reference

#include <QApplication>
#include <itkImage.h>
#include <itkImageFileReader.h>
#include <itkInvertIntensityImageFilter.h>
#include <itkSubtractImageFilter.h>
#include "DGVImageVTK.h"
#include "itkImageToVTKImageFilter.h"
Include dependency graph for itkreader.cpp:

Go to the source code of this file.

Typedefs

typedef float PixelType
typedef itk::Image< PixelType, 2 > ImageType
typedef itk::ImageFileReader
< ImageType
ReaderType
typedef
itk::InvertIntensityImageFilter
< ImageType
InvertorType
typedef
itk::SubtractImageFilter
< ImageType
SubtractType
typedef
itk::ImageToVTKImageFilter
< ImageType
ConnectorType

Functions

int main (int argc, char *argv[])

Typedef Documentation

Definition at line 16 of file itkreader.cpp.

typedef itk::Image<PixelType,2> ImageType

Definition at line 12 of file itkreader.cpp.

typedef itk::InvertIntensityImageFilter< ImageType > InvertorType

Definition at line 14 of file itkreader.cpp.

typedef float PixelType

Definition at line 11 of file itkreader.cpp.

typedef itk::ImageFileReader< ImageType > ReaderType

Definition at line 13 of file itkreader.cpp.

typedef itk::SubtractImageFilter< ImageType > SubtractType

Definition at line 15 of file itkreader.cpp.


Function Documentation

int main ( int  argc,
char *  argv[] 
)

---------- Read First Image

Read

Invert image

Export to VTK

Display

----------

Read Second Image

Invert image

Export to VTK

Display

---------- Subtract Images

Export to VTK

Display

Definition at line 18 of file itkreader.cpp.