|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkNoiseImageFilter_h
19 #define itkNoiseImageFilter_h
50 template <
typename TInputImage,
typename TOutputImage>
57 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
58 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
86 #ifdef ITK_USE_CONCEPT_CHECKING
112 #ifndef ITK_MANUAL_INSTANTIATION
113 # include "itkNoiseImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
Calculate the local noise in an image.
ImageBaseType::SizeType SizeType
A base class for all the filters working on a box neighborhood.
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
typename InputImageType::SizeType InputSizeType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
Define additional traits for native types such as int or float.
typename OutputImageType::RegionType OutputImageRegionType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename NumericTraits< InputPixelType >::RealType InputRealType
typename InputImageType::RegionType InputImageRegionType
TOutputImage OutputImageType