18#ifndef sitkBinaryDilateImageFilter_h
19#define sitkBinaryDilateImageFilter_h
74 SITK_RETURN_SELF_TYPE_HEADER
SetKernelRadius ( std::vector<unsigned int> KernelRadius ) { this->
m_KernelRadius = std::move(KernelRadius);
return *
this; }
123 std::string
GetName()
const {
return std::string (
"BinaryDilateImageFilter"); }
Self & SetForegroundValue(double ForegroundValue)
std::vector< unsigned int > m_KernelRadius
std::string ToString() const
Self & SetBoundaryToForeground(bool BoundaryToForeground)
BinaryDilateImageFilter()
Self & SetKernelRadius(std::vector< unsigned int > KernelRadius)
double GetBackgroundValue() const
virtual ~BinaryDilateImageFilter()
std::string GetName() const
Image(Self::*)(const Image &image1) MemberFunctionType
IntegerPixelIDTypeList PixelIDTypeList
Self & SetKernelType(KernelEnum KernelType)
Self & SetBackgroundValue(double BackgroundValue)
Self & BoundaryToForegroundOn()
Self & SetKernelRadius(unsigned int value)
Image ExecuteInternal(const Image &image1)
KernelEnum GetKernelType() const
double GetForegroundValue() const
Image Execute(const Image &image1)
bool m_BoundaryToForeground
std::vector< unsigned int > GetKernelRadius() const
Self & BoundaryToForegroundOff()
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
BinaryDilateImageFilter Self
bool GetBoundaryToForeground() const
The Image class for SimpleITK.
Image BinaryDilate(const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=false)
Fast binary dilation of a single intensity value in the image.
@ sitkBall
Ball (sphere in 3D, circle in 2D) shaped structuring element.
typelist2::typelist< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t > > IntegerPixelIDTypeList
#define SITKBasicFilters_EXPORT