SimpleITK  2.0.0
sitkErodeObjectMorphologyImageFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18 #ifndef sitkErodeObjectMorphologyImageFilter_h
19 #define sitkErodeObjectMorphologyImageFilter_h
20 
21 /*
22  * WARNING: DO NOT EDIT THIS FILE!
23  * THIS FILE IS AUTOMATICALLY GENERATED BY THE SIMPLEITK BUILD PROCESS.
24  * Please look at sitkImageFilterTemplate.h.in to make changes.
25  */
26 
27 #include <memory>
28 
29 #include "sitkBasicFilters.h"
30 #include "sitkImageFilter.h"
31 
32 namespace itk {
33  namespace simple {
34 
50  public:
52 
55 
59 
62 \
63 
67  SITK_RETURN_SELF_TYPE_HEADER SetKernelRadius ( std::vector<unsigned int> KernelRadius ) { this->m_KernelRadius = std::move(KernelRadius); return *this; }
68 
70  SITK_RETURN_SELF_TYPE_HEADER SetKernelRadius( unsigned int value ) { this->m_KernelRadius = std::vector<unsigned int>(3, value); return *this; }
71 
75  std::vector<unsigned int> GetKernelRadius() const { return this->m_KernelRadius; }\
76 
80  SITK_RETURN_SELF_TYPE_HEADER SetKernelType ( KernelEnum KernelType ) { this->m_KernelType = KernelType; return *this; }
81 
85  KernelEnum GetKernelType() const { return this->m_KernelType; }\
86 
89  SITK_RETURN_SELF_TYPE_HEADER SetObjectValue ( double ObjectValue ) { this->m_ObjectValue = ObjectValue; return *this; }
90 
93  double GetObjectValue() const { return this->m_ObjectValue; }\
94 
98  SITK_RETURN_SELF_TYPE_HEADER SetBackgroundValue ( double BackgroundValue ) { this->m_BackgroundValue = BackgroundValue; return *this; }
99 
103  double GetBackgroundValue() const { return this->m_BackgroundValue; }
104 
106  std::string GetName() const { return std::string ("ErodeObjectMorphologyImageFilter"); }
107 
109  std::string ToString() const;
110 
111 
114  Image Execute ( const Image& image1 );
115 
116  private:
117 
120  using MemberFunctionType = Image (Self::*)( const Image& image1 );
121  template <class TImageType> Image ExecuteInternal ( const Image& image1 );
122 
123 
125 
126  std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> > m_MemberFactory;
127 
128 
129  /* */
130  std::vector<unsigned int> m_KernelRadius{std::vector<uint32_t>(3, 1)};
131 
133 
134  /* Value to assign to object pixels */
135  double m_ObjectValue{1};
136 
137  double m_BackgroundValue{0};
138 
139 
140  };
141 
152  SITKBasicFilters_EXPORT Image ErodeObjectMorphology ( const Image& image1, std::vector<unsigned int> kernelRadius = std::vector<uint32_t>(3, 1), KernelEnum kernelType = itk::simple::sitkBall, double objectValue = 1, double backgroundValue = 0 );
153 
155  }
156 }
157 #endif
itk::simple::Image
The Image class for SimpleITK.
Definition: sitkImage.h:75
sitkBasicFilters.h
itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius
Self & SetKernelRadius(unsigned int value)
Definition: sitkErodeObjectMorphologyImageFilter.h:70
itk::simple::ErodeObjectMorphologyImageFilter::m_MemberFactory
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Definition: sitkErodeObjectMorphologyImageFilter.h:126
itk::simple::detail::MemberFunctionAddressor
Definition: sitkDetail.h:32
itk::simple::ErodeObjectMorphologyImageFilter::GetKernelRadius
std::vector< unsigned int > GetKernelRadius() const
Definition: sitkErodeObjectMorphologyImageFilter.h:75
itk::simple::ErodeObjectMorphologyImageFilter::GetKernelType
KernelEnum GetKernelType() const
Definition: sitkErodeObjectMorphologyImageFilter.h:85
itk::simple::ErodeObjectMorphologyImageFilter::PixelIDTypeList
BasicPixelIDTypeList PixelIDTypeList
Definition: sitkErodeObjectMorphologyImageFilter.h:61
itk::simple::BasicPixelIDTypeList
typelist::MakeTypeList< BasicPixelID< int8_t >, BasicPixelID< uint8_t >, BasicPixelID< int16_t >, BasicPixelID< uint16_t >, BasicPixelID< int32_t >, BasicPixelID< uint32_t >, BasicPixelID< float >, BasicPixelID< double > >::Type BasicPixelIDTypeList
Definition: sitkPixelIDTypeLists.h:53
sitkImageFilter.h
itk::simple::ErodeObjectMorphologyImageFilter::GetBackgroundValue
double GetBackgroundValue() const
Definition: sitkErodeObjectMorphologyImageFilter.h:103
itk::simple::ErodeObjectMorphologyImageFilter::SetObjectValue
Self & SetObjectValue(double ObjectValue)
Definition: sitkErodeObjectMorphologyImageFilter.h:89
itk::simple::sitkBall
@ sitkBall
Definition: sitkKernel.h:31
itk::simple::ErodeObjectMorphologyImageFilter::GetObjectValue
double GetObjectValue() const
Definition: sitkErodeObjectMorphologyImageFilter.h:93
itk::simple::ErodeObjectMorphologyImageFilter
Erosion of an object in an image.
Definition: sitkErodeObjectMorphologyImageFilter.h:49
itk::simple::ErodeObjectMorphologyImageFilter::SetKernelType
Self & SetKernelType(KernelEnum KernelType)
Definition: sitkErodeObjectMorphologyImageFilter.h:80
SITKBasicFilters_EXPORT
#define SITKBasicFilters_EXPORT
Definition: sitkBasicFilters.h:52
itk::simple::KernelEnum
KernelEnum
Definition: sitkKernel.h:29
itk::simple::ErodeObjectMorphology
Image ErodeObjectMorphology(const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double objectValue=1, double backgroundValue=0)
Erosion of an object in an image.
itk
itk::simple::ImageFilter
The base interface for SimpleITK filters that take one input image.
Definition: sitkImageFilter.h:36
itk::simple::ErodeObjectMorphologyImageFilter::SetBackgroundValue
Self & SetBackgroundValue(double BackgroundValue)
Definition: sitkErodeObjectMorphologyImageFilter.h:98
itk::simple::ErodeObjectMorphologyImageFilter::GetName
std::string GetName() const
Definition: sitkErodeObjectMorphologyImageFilter.h:106
itk::simple::ErodeObjectMorphologyImageFilter::SetKernelRadius
Self & SetKernelRadius(std::vector< unsigned int > KernelRadius)
Definition: sitkErodeObjectMorphologyImageFilter.h:67
itk::Image
Definition: sitkPixelIDTypes.h:26
itk::simple::ErodeObjectMorphologyImageFilter::MemberFunctionType
Image(Self::*)(const Image &image1) MemberFunctionType
Definition: sitkErodeObjectMorphologyImageFilter.h:120