Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkImage.h>
#include "mitkImageToImageFilter.h"
#include <MitkToFProcessingExports.h>
#include <cv.h>
#include <itkBilateralImageFilter.h>
Go to the source code of this file.
Classes | |
class | mitk::ToFCompositeFilter |
Applies a common filter-pipeline to the first input of this filter. More... | |
Namespaces | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Typedefs | |
typedef itk::Image< float, 2 > | ItkImageType2D |
typedef itk::Image< float, 3 > | ItkImageType3D |
typedef itk::BilateralImageFilter< ItkImageType2D, ItkImageType2D > | BilateralFilterType |
typedef itk::BilateralImageFilter<ItkImageType2D,ItkImageType2D> BilateralFilterType |
Definition at line 27 of file mitkToFCompositeFilter.h.
typedef itk::Image<float, 2> ItkImageType2D |
Definition at line 25 of file mitkToFCompositeFilter.h.
typedef itk::Image<float, 3> ItkImageType3D |
Definition at line 26 of file mitkToFCompositeFilter.h.