SimpleITK  1.1.0
sitkLevelSetMotionRegistrationFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 *
3 * Copyright Insight Software Consortium
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 sitkLevelSetMotionRegistrationFilter_h
19 #define sitkLevelSetMotionRegistrationFilter_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 
63  public:
65 
68 
72 
75 
76 
77 
81  SITK_RETURN_SELF_TYPE_HEADER SetGradientSmoothingStandardDeviations ( double GradientSmoothingStandardDeviations ) { this->m_GradientSmoothingStandardDeviations = GradientSmoothingStandardDeviations; return *this; }
82 
85  double GetGradientSmoothingStandardDeviations() const { return this->m_GradientSmoothingStandardDeviations; }
86 
89  SITK_RETURN_SELF_TYPE_HEADER SetNumberOfIterations ( uint32_t NumberOfIterations ) { this->m_NumberOfIterations = NumberOfIterations; return *this; }
90 
93  uint32_t GetNumberOfIterations() const { return this->m_NumberOfIterations; }
94 
97  SITK_RETURN_SELF_TYPE_HEADER SetMaximumRMSError ( double MaximumRMSError ) { this->m_MaximumRMSError = MaximumRMSError; return *this; }
98 
101  double GetMaximumRMSError() const { return this->m_MaximumRMSError; }
102 
106  SITK_RETURN_SELF_TYPE_HEADER SetStandardDeviations ( const std::vector<double> & StandardDeviations ) { this->m_StandardDeviations = StandardDeviations; return *this; }
107 
109  SITK_RETURN_SELF_TYPE_HEADER SetStandardDeviations( double value ) { this->m_StandardDeviations = std::vector<double>(3, value); return *this; }
110 
111 
115  std::vector<double> GetStandardDeviations() const { return this->m_StandardDeviations; }
116 
120  SITK_RETURN_SELF_TYPE_HEADER SetSmoothDisplacementField ( bool SmoothDisplacementField ) { this->m_SmoothDisplacementField = SmoothDisplacementField; return *this; }
121 
123  SITK_RETURN_SELF_TYPE_HEADER SmoothDisplacementFieldOn() { return this->SetSmoothDisplacementField(true); }
124  SITK_RETURN_SELF_TYPE_HEADER SmoothDisplacementFieldOff() { return this->SetSmoothDisplacementField(false); }
125 
129  bool GetSmoothDisplacementField() const { return this->m_SmoothDisplacementField; }
130 
134  SITK_RETURN_SELF_TYPE_HEADER SetUpdateFieldStandardDeviations ( const std::vector<double> & UpdateFieldStandardDeviations ) { this->m_UpdateFieldStandardDeviations = UpdateFieldStandardDeviations; return *this; }
135 
137  SITK_RETURN_SELF_TYPE_HEADER SetUpdateFieldStandardDeviations( double value ) { this->m_UpdateFieldStandardDeviations = std::vector<double>(3, value); return *this; }
138 
139 
143  std::vector<double> GetUpdateFieldStandardDeviations() const { return this->m_UpdateFieldStandardDeviations; }
144 
148  SITK_RETURN_SELF_TYPE_HEADER SetSmoothUpdateField ( bool SmoothUpdateField ) { this->m_SmoothUpdateField = SmoothUpdateField; return *this; }
149 
151  SITK_RETURN_SELF_TYPE_HEADER SmoothUpdateFieldOn() { return this->SetSmoothUpdateField(true); }
152  SITK_RETURN_SELF_TYPE_HEADER SmoothUpdateFieldOff() { return this->SetSmoothUpdateField(false); }
153 
157  bool GetSmoothUpdateField() const { return this->m_SmoothUpdateField; }
158 
162  SITK_RETURN_SELF_TYPE_HEADER SetMaximumKernelWidth ( unsigned int MaximumKernelWidth ) { this->m_MaximumKernelWidth = MaximumKernelWidth; return *this; }
163 
167  unsigned int GetMaximumKernelWidth() const { return this->m_MaximumKernelWidth; }
168 
172  SITK_RETURN_SELF_TYPE_HEADER SetMaximumError ( double MaximumError ) { this->m_MaximumError = MaximumError; return *this; }
173 
177  double GetMaximumError() const { return this->m_MaximumError; }
178 
182  SITK_RETURN_SELF_TYPE_HEADER SetAlpha ( double Alpha ) { this->m_Alpha = Alpha; return *this; }
183 
186  double GetAlpha() const { return this->m_Alpha; }
187 
191  SITK_RETURN_SELF_TYPE_HEADER SetIntensityDifferenceThreshold ( double IntensityDifferenceThreshold ) { this->m_IntensityDifferenceThreshold = IntensityDifferenceThreshold; return *this; }
192 
195  double GetIntensityDifferenceThreshold() const { return this->m_IntensityDifferenceThreshold; }
196 
200  SITK_RETURN_SELF_TYPE_HEADER SetGradientMagnitudeThreshold ( double GradientMagnitudeThreshold ) { this->m_GradientMagnitudeThreshold = GradientMagnitudeThreshold; return *this; }
201 
204  double GetGradientMagnitudeThreshold() const { return this->m_GradientMagnitudeThreshold; }
205 
208  SITK_RETURN_SELF_TYPE_HEADER SetUseImageSpacing ( bool UseImageSpacing ) { this->m_UseImageSpacing = UseImageSpacing; return *this; }
209 
211  SITK_RETURN_SELF_TYPE_HEADER UseImageSpacingOn() { return this->SetUseImageSpacing(true); }
212  SITK_RETURN_SELF_TYPE_HEADER UseImageSpacingOff() { return this->SetUseImageSpacing(false); }
213 
216  bool GetUseImageSpacing() const { return this->m_UseImageSpacing; }
223  uint32_t GetElapsedIterations() const { return this->m_ElapsedIterations; };
224 
231  double GetRMSChange() const { return this->m_RMSChange; };
232 
239  double GetMetric() const { return this->m_Metric; };
240 
242  std::string GetName() const { return std::string ("LevelSetMotionRegistrationFilter"); }
243 
245  std::string ToString() const;
246 
247 
249  Image Execute ( const Image & fixedImage, const Image & movingImage );
250 
251 
253  Image Execute ( const Image & fixedImage, const Image & movingImage, double gradientSmoothingStandardDeviations, uint32_t numberOfIterations, double maximumRMSError, const std::vector<double> & standardDeviations, bool smoothDisplacementField, const std::vector<double> & updateFieldStandardDeviations, bool smoothUpdateField, unsigned int maximumKernelWidth, double maximumError, double alpha, double intensityDifferenceThreshold, double gradientMagnitudeThreshold, bool useImageSpacing );
254 
255  private:
256 
259  typedef Image (Self::*MemberFunctionType)( const Image * fixedImage, const Image * movingImage );
260  template <class TImageType> Image ExecuteInternal ( const Image * fixedImage, const Image * movingImage );
261 
262 
263  friend struct detail::MemberFunctionAddressor<MemberFunctionType>;
264 
265  nsstd::auto_ptr<detail::MemberFunctionFactory<MemberFunctionType> > m_MemberFactory;
266 
267 
269  /* Number of iterations to run */
271  /* Value of RMS change below which the filter should stop. This is a convergence criterion. */
273  std::vector<double> m_StandardDeviations;
275  std::vector<double> m_UpdateFieldStandardDeviations;
277  unsigned int m_MaximumKernelWidth;
279  double m_Alpha;
283 
285 
286  double m_RMSChange;
287 
288  double m_Metric;
289 
290  };
291 
292 
293  }
294 }
295 #endif
itk::simple::Image
The main Image class for SimpleITK.
Definition: sitkImage.h:54
itk::simple::LevelSetMotionRegistrationFilter::GetGradientSmoothingStandardDeviations
double GetGradientSmoothingStandardDeviations() const
Definition: sitkLevelSetMotionRegistrationFilter.h:85
sitkBasicFilters.h
itk::simple::LevelSetMotionRegistrationFilter::m_RMSChange
double m_RMSChange
Definition: sitkLevelSetMotionRegistrationFilter.h:286
itk::simple::LevelSetMotionRegistrationFilter::SmoothDisplacementFieldOn
Self & SmoothDisplacementFieldOn()
Definition: sitkLevelSetMotionRegistrationFilter.h:123
itk::simple::LevelSetMotionRegistrationFilter::SetIntensityDifferenceThreshold
Self & SetIntensityDifferenceThreshold(double IntensityDifferenceThreshold)
Definition: sitkLevelSetMotionRegistrationFilter.h:191
itk::simple::detail::MemberFunctionAddressor
Definition: sitkDetail.h:32
itk::simple::LevelSetMotionRegistrationFilter::m_UpdateFieldStandardDeviations
std::vector< double > m_UpdateFieldStandardDeviations
Definition: sitkLevelSetMotionRegistrationFilter.h:275
itk::simple::LevelSetMotionRegistrationFilter::UseImageSpacingOff
Self & UseImageSpacingOff()
Definition: sitkLevelSetMotionRegistrationFilter.h:212
itk::simple::LevelSetMotionRegistrationFilter::m_NumberOfIterations
uint32_t m_NumberOfIterations
Definition: sitkLevelSetMotionRegistrationFilter.h:270
itk::simple::LevelSetMotionRegistrationFilter::SetAlpha
Self & SetAlpha(double Alpha)
Definition: sitkLevelSetMotionRegistrationFilter.h:182
itk::simple::LevelSetMotionRegistrationFilter::PixelIDTypeList
BasicPixelIDTypeList PixelIDTypeList
Definition: sitkLevelSetMotionRegistrationFilter.h:74
itk::simple::LevelSetMotionRegistrationFilter::GetSmoothUpdateField
bool GetSmoothUpdateField() const
Definition: sitkLevelSetMotionRegistrationFilter.h:157
itk::simple::LevelSetMotionRegistrationFilter::Self
LevelSetMotionRegistrationFilter Self
Definition: sitkLevelSetMotionRegistrationFilter.h:64
itk::simple::LevelSetMotionRegistrationFilter::m_SmoothDisplacementField
bool m_SmoothDisplacementField
Definition: sitkLevelSetMotionRegistrationFilter.h:274
itk::simple::LevelSetMotionRegistrationFilter::SetMaximumKernelWidth
Self & SetMaximumKernelWidth(unsigned int MaximumKernelWidth)
Definition: sitkLevelSetMotionRegistrationFilter.h:162
itk::simple::LevelSetMotionRegistrationFilter::GetName
std::string GetName() const
Definition: sitkLevelSetMotionRegistrationFilter.h:242
itk::simple::LevelSetMotionRegistrationFilter::GetMetric
double GetMetric() const
Definition: sitkLevelSetMotionRegistrationFilter.h:239
itk::simple::LevelSetMotionRegistrationFilter::GetSmoothDisplacementField
bool GetSmoothDisplacementField() const
Definition: sitkLevelSetMotionRegistrationFilter.h:129
itk::simple::LevelSetMotionRegistrationFilter::m_Alpha
double m_Alpha
Definition: sitkLevelSetMotionRegistrationFilter.h:279
itk::simple::LevelSetMotionRegistrationFilter::m_SmoothUpdateField
bool m_SmoothUpdateField
Definition: sitkLevelSetMotionRegistrationFilter.h:276
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
itk::simple::LevelSetMotionRegistrationFilter::GetMaximumError
double GetMaximumError() const
Definition: sitkLevelSetMotionRegistrationFilter.h:177
itk::simple::LevelSetMotionRegistrationFilter::SetUpdateFieldStandardDeviations
Self & SetUpdateFieldStandardDeviations(double value)
Definition: sitkLevelSetMotionRegistrationFilter.h:137
itk::simple::LevelSetMotionRegistrationFilter::SmoothUpdateFieldOn
Self & SmoothUpdateFieldOn()
Definition: sitkLevelSetMotionRegistrationFilter.h:151
sitkImageFilter.h
itk::simple::LevelSetMotionRegistrationFilter::SetSmoothDisplacementField
Self & SetSmoothDisplacementField(bool SmoothDisplacementField)
Definition: sitkLevelSetMotionRegistrationFilter.h:120
itk::simple::LevelSetMotionRegistrationFilter::m_IntensityDifferenceThreshold
double m_IntensityDifferenceThreshold
Definition: sitkLevelSetMotionRegistrationFilter.h:280
itk::simple::LevelSetMotionRegistrationFilter::m_Metric
double m_Metric
Definition: sitkLevelSetMotionRegistrationFilter.h:288
itk::simple::LevelSetMotionRegistrationFilter::m_GradientSmoothingStandardDeviations
double m_GradientSmoothingStandardDeviations
Definition: sitkLevelSetMotionRegistrationFilter.h:268
itk::simple::LevelSetMotionRegistrationFilter::SetStandardDeviations
Self & SetStandardDeviations(double value)
Definition: sitkLevelSetMotionRegistrationFilter.h:109
itk::simple::LevelSetMotionRegistrationFilter::m_MaximumRMSError
double m_MaximumRMSError
Definition: sitkLevelSetMotionRegistrationFilter.h:272
itk::simple::LevelSetMotionRegistrationFilter::SetStandardDeviations
Self & SetStandardDeviations(const std::vector< double > &StandardDeviations)
Definition: sitkLevelSetMotionRegistrationFilter.h:106
itk::simple::LevelSetMotionRegistrationFilter
Deformably register two images using level set motion.
Definition: sitkLevelSetMotionRegistrationFilter.h:62
itk::simple::LevelSetMotionRegistrationFilter::GetRMSChange
double GetRMSChange() const
The Root Mean Square of the levelset upon termination.
Definition: sitkLevelSetMotionRegistrationFilter.h:231
itk::simple::LevelSetMotionRegistrationFilter::GetStandardDeviations
std::vector< double > GetStandardDeviations() const
Definition: sitkLevelSetMotionRegistrationFilter.h:115
itk::simple::LevelSetMotionRegistrationFilter::GetAlpha
double GetAlpha() const
Definition: sitkLevelSetMotionRegistrationFilter.h:186
itk::simple::LevelSetMotionRegistrationFilter::GetNumberOfIterations
uint32_t GetNumberOfIterations() const
Definition: sitkLevelSetMotionRegistrationFilter.h:93
itk::simple::LevelSetMotionRegistrationFilter::m_MemberFactory
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
Definition: sitkLevelSetMotionRegistrationFilter.h:265
itk::simple::LevelSetMotionRegistrationFilter::m_MaximumKernelWidth
unsigned int m_MaximumKernelWidth
Definition: sitkLevelSetMotionRegistrationFilter.h:277
itk::simple::LevelSetMotionRegistrationFilter::m_UseImageSpacing
bool m_UseImageSpacing
Definition: sitkLevelSetMotionRegistrationFilter.h:282
SITKBasicFilters_EXPORT
#define SITKBasicFilters_EXPORT
Definition: sitkBasicFilters.h:50
itk::simple::LevelSetMotionRegistrationFilter::SetUseImageSpacing
Self & SetUseImageSpacing(bool UseImageSpacing)
Definition: sitkLevelSetMotionRegistrationFilter.h:208
itk::simple::LevelSetMotionRegistrationFilter::GetUpdateFieldStandardDeviations
std::vector< double > GetUpdateFieldStandardDeviations() const
Definition: sitkLevelSetMotionRegistrationFilter.h:143
itk::simple::LevelSetMotionRegistrationFilter::SetGradientMagnitudeThreshold
Self & SetGradientMagnitudeThreshold(double GradientMagnitudeThreshold)
Definition: sitkLevelSetMotionRegistrationFilter.h:200
itk::simple::LevelSetMotionRegistrationFilter::m_StandardDeviations
std::vector< double > m_StandardDeviations
Definition: sitkLevelSetMotionRegistrationFilter.h:273
itk::simple::LevelSetMotionRegistrationFilter::GetElapsedIterations
uint32_t GetElapsedIterations() const
Number of iterations run.
Definition: sitkLevelSetMotionRegistrationFilter.h:223
itk::simple::LevelSetMotionRegistrationFilter::SmoothDisplacementFieldOff
Self & SmoothDisplacementFieldOff()
Definition: sitkLevelSetMotionRegistrationFilter.h:124
itk
itk::simple::LevelSetMotionRegistrationFilter::SetGradientSmoothingStandardDeviations
Self & SetGradientSmoothingStandardDeviations(double GradientSmoothingStandardDeviations)
Definition: sitkLevelSetMotionRegistrationFilter.h:81
itk::simple::LevelSetMotionRegistrationFilter::SetMaximumRMSError
Self & SetMaximumRMSError(double MaximumRMSError)
Definition: sitkLevelSetMotionRegistrationFilter.h:97
itk::simple::LevelSetMotionRegistrationFilter::GetMaximumKernelWidth
unsigned int GetMaximumKernelWidth() const
Definition: sitkLevelSetMotionRegistrationFilter.h:167
itk::simple::LevelSetMotionRegistrationFilter::m_GradientMagnitudeThreshold
double m_GradientMagnitudeThreshold
Definition: sitkLevelSetMotionRegistrationFilter.h:281
itk::simple::ImageFilter
The base interface for SimpleITK filters that take one input image.
Definition: sitkImageFilter.h:37
itk::simple::LevelSetMotionRegistrationFilter::GetIntensityDifferenceThreshold
double GetIntensityDifferenceThreshold() const
Definition: sitkLevelSetMotionRegistrationFilter.h:195
itk::simple::ProcessObject
Base class for SimpleITK classes based on ProcessObject.
Definition: sitkProcessObject.h:50
itk::simple::LevelSetMotionRegistrationFilter::m_MaximumError
double m_MaximumError
Definition: sitkLevelSetMotionRegistrationFilter.h:278
itk::simple::LevelSetMotionRegistrationFilter::SmoothUpdateFieldOff
Self & SmoothUpdateFieldOff()
Definition: sitkLevelSetMotionRegistrationFilter.h:152
itk::simple::LevelSetMotionRegistrationFilter::GetGradientMagnitudeThreshold
double GetGradientMagnitudeThreshold() const
Definition: sitkLevelSetMotionRegistrationFilter.h:204
itk::simple::LevelSetMotionRegistrationFilter::SetSmoothUpdateField
Self & SetSmoothUpdateField(bool SmoothUpdateField)
Definition: sitkLevelSetMotionRegistrationFilter.h:148
itk::uint32_t
::uint32_t uint32_t
itk::simple::LevelSetMotionRegistrationFilter::SetMaximumError
Self & SetMaximumError(double MaximumError)
Definition: sitkLevelSetMotionRegistrationFilter.h:172
itk::simple::LevelSetMotionRegistrationFilter::GetMaximumRMSError
double GetMaximumRMSError() const
Definition: sitkLevelSetMotionRegistrationFilter.h:101
itk::simple::LevelSetMotionRegistrationFilter::GetUseImageSpacing
bool GetUseImageSpacing() const
Definition: sitkLevelSetMotionRegistrationFilter.h:216
itk::simple::LevelSetMotionRegistrationFilter::SetNumberOfIterations
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
Definition: sitkLevelSetMotionRegistrationFilter.h:89
itk::simple::LevelSetMotionRegistrationFilter::SetUpdateFieldStandardDeviations
Self & SetUpdateFieldStandardDeviations(const std::vector< double > &UpdateFieldStandardDeviations)
Definition: sitkLevelSetMotionRegistrationFilter.h:134
itk::simple::LevelSetMotionRegistrationFilter::UseImageSpacingOn
Self & UseImageSpacingOn()
Definition: sitkLevelSetMotionRegistrationFilter.h:211
itk::simple::LevelSetMotionRegistrationFilter::m_ElapsedIterations
uint32_t m_ElapsedIterations
Definition: sitkLevelSetMotionRegistrationFilter.h:284