18#ifndef itkBilateralImageFilter_h
19#define itkBilateralImageFilter_h
73template <
typename TInputImage,
typename TOutputImage>
134 itkSetMacro(DomainMu,
double);
135 itkGetConstReferenceMacro(DomainMu,
double);
136 itkSetMacro(RangeSigma,
double);
137 itkGetConstMacro(RangeSigma,
double);
138 itkGetConstMacro(FilterDimensionality,
unsigned int);
139 itkSetMacro(FilterDimensionality,
unsigned int);
155 itkBooleanMacro(AutomaticKernelSize);
156 itkGetConstMacro(AutomaticKernelSize,
bool);
157 itkSetMacro(AutomaticKernelSize,
bool);
171 itkSetMacro(NumberOfRangeGaussianSamples,
unsigned long);
172 itkGetConstMacro(NumberOfRangeGaussianSamples,
unsigned long);
235#ifndef ITK_MANUAL_INSTANTIATION
236# include "itkBilateralImageFilter.hxx"
typename TInputImage::PixelType InputPixelType
void SetDomainSigma(const double v)
double m_DynamicRangeUsed
FixedArray< double, Self::ImageDimension > ArrayType
void SetRadius(const SizeValueType)
bool m_AutomaticKernelSize
typename OutputImageType::RegionType OutputImageRegionType
SmartPointer< Self > Pointer
typename TOutputImage::PixelType OutputPixelType
typename TInputImage::InternalPixelType InputInternalPixelType
Neighborhood< double, Self::ImageDimension > KernelType
typename KernelType::SizeType SizeType
SmartPointer< const Self > ConstPointer
~BilateralImageFilter() override=default
void BeforeThreadedGenerateData() override
Image< double, Self::ImageDimension > GaussianImageType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
TOutputImage OutputImageType
typename KernelType::ConstIterator KernelConstIteratorType
std::vector< double > m_RangeGaussianTable
void GenerateInputRequestedRegion() override
typename KernelType::SizeValueType SizeValueType
TInputImage InputImageType
unsigned int m_FilterDimensionality
void DynamicThreadedGenerateData(const OutputImageRegionType &outputRegionForThread) override
KernelType m_GaussianKernel
typename TOutputImage::InternalPixelType OutputInternalPixelType
unsigned long m_NumberOfRangeGaussianSamples
BilateralImageFilter Self
static constexpr unsigned int ImageDimension
typename NumericTraits< OutputPixelType >::RealType OutputPixelRealType
void PrintSelf(std::ostream &os, Indent indent) const override
ConstNeighborhoodIterator< TInputImage > NeighborhoodIteratorType
typename KernelType::Iterator KernelIteratorType
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Simulate a standard C array with copy semantics.
typename OutputImageType::RegionType OutputImageRegionType
Templated n-dimensional image class.
Control indentation during Print() invocation.
A light-weight container object for storing an N-dimensional neighborhood of values.
typename AllocatorType::iterator Iterator
itk::Size< VDimension > SizeType
typename AllocatorType::const_iterator ConstIterator
typename SizeType::SizeValueType SizeValueType
Implements transparent reference counting.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....