ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkLevelSetMotionRegistrationFilter.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 * https://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 itkLevelSetMotionRegistrationFilter_h
19#define itkLevelSetMotionRegistrationFilter_h
20
23
24namespace itk
25{
86template <typename TFixedImage, typename TMovingImage, typename TDisplacementField>
87class ITK_TEMPLATE_EXPORT LevelSetMotionRegistrationFilter
88 : public PDEDeformableRegistrationFilter<TFixedImage, TMovingImage, TDisplacementField>
89{
90public:
91 ITK_DISALLOW_COPY_AND_MOVE(LevelSetMotionRegistrationFilter);
92
98
100 itkNewMacro(Self);
101
103 itkOverrideGetNameOfClassMacro(LevelSetMotionRegistrationFilter);
104
106 using typename Superclass::TimeStepType;
107
109 using typename Superclass::FixedImageType;
110 using typename Superclass::FixedImagePointer;
111
113 using typename Superclass::MovingImageType;
114 using typename Superclass::MovingImagePointer;
115
119
122
126
132 virtual double
133 GetMetric() const;
134
141 virtual void
142 SetAlpha(double);
143
144 virtual double
145 GetAlpha() const;
146
151 virtual void
153
154 virtual double
156
159 virtual void
161
162 virtual double
164
177 virtual void
179
180 virtual double
182
183protected:
186 void
187 PrintSelf(std::ostream & os, Indent indent) const override;
188
190 void
192
194 void
195 ApplyUpdate(const TimeStepType & dt) override;
196
201 bool
202 Halt() override;
203};
204} // end namespace itk
205
206#ifndef ITK_MANUAL_INSTANTIATION
207# include "itkLevelSetMotionRegistrationFilter.hxx"
208#endif
209
210#endif
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
Control indentation during Print() invocation.
Definition itkIndent.h:50
virtual double GetIntensityDifferenceThreshold() const
LevelSetMotionRegistrationFunction< FixedImageType, MovingImageType, DisplacementFieldType > LevelSetMotionFunctionType
virtual void SetGradientSmoothingStandardDeviations(double sigma)
virtual double GetGradientSmoothingStandardDeviations() const
virtual double GetGradientMagnitudeThreshold() const
void PrintSelf(std::ostream &os, Indent indent) const override
PDEDeformableRegistrationFilter< TFixedImage, TMovingImage, TDisplacementField > Superclass
void ApplyUpdate(const TimeStepType &dt) override
virtual void SetIntensityDifferenceThreshold(double)
~LevelSetMotionRegistrationFilter() override=default
virtual void SetGradientMagnitudeThreshold(double)
virtual double GetMetric() const
FiniteDifferenceFunction< TDisplacementField > FiniteDifferenceFunctionType
typename DisplacementFieldType::Pointer DisplacementFieldPointer
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....