Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
ConnectednessFeatureMaps.cpp File Reference
#include <mitkIOUtil.h>
#include "mitkCommandLineParser.h"
#include "mitkITKImageImport.h"
#include "mitkImage.h"
#include <itkDiffusionTensor3D.h>
#include <mitkImageCast.h>
#include <mitkTensorImage.h>
#include <itkConnectednessFilter.h>
#include "itkBinaryErodeImageFilter.h"
#include "itkFlatStructuringElement.h"

Go to the source code of this file.

Typedefs

typedef itk::Image< unsigned char, 3 > BinaryType
 
typedef itk::Image< mitk::ScalarType, 3 > ResultType
 
typedef itk::Image< itk::DiffusionTensor3D< float >, 3 > ItkTensorImage
 

Functions

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

Typedef Documentation

typedef itk::Image<unsigned char, 3> BinaryType

Definition at line 34 of file ConnectednessFeatureMaps.cpp.

typedef itk::Image<itk::DiffusionTensor3D<float>, 3> ItkTensorImage

Definition at line 36 of file ConnectednessFeatureMaps.cpp.

Definition at line 35 of file ConnectednessFeatureMaps.cpp.

Function Documentation