Medical Imaging Interaction Toolkit  2023.12.00
Medical Imaging Interaction Toolkit
mitkToFCompositeFilter.h File Reference
#include <mitkImage.h>
#include "mitkImageToImageFilter.h"
#include <MitkToFProcessingExports.h>
#include <itkBilateralImageFilter.h>
#include <opencv2/core/types_c.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
 Find image slices visible on a given plane.
 

Typedefs

typedef itk::Image< float, 2 > ItkImageType2D
 
typedef itk::Image< float, 3 > ItkImageType3D
 
typedef itk::BilateralImageFilter< ItkImageType2D, ItkImageType2DBilateralFilterType
 

Typedef Documentation

◆ BilateralFilterType

typedef itk::BilateralImageFilter<ItkImageType2D,ItkImageType2D> BilateralFilterType

Definition at line 23 of file mitkToFCompositeFilter.h.

◆ ItkImageType2D

typedef itk::Image<float, 2> ItkImageType2D

Definition at line 21 of file mitkToFCompositeFilter.h.

◆ ItkImageType3D

typedef itk::Image<float, 3> ItkImageType3D

Definition at line 22 of file mitkToFCompositeFilter.h.