18 #ifndef itkLevelSetMotionRegistrationFilter_h
19 #define itkLevelSetMotionRegistrationFilter_h
90 template <
typename TFixedImage,
typename TMovingImage,
typename TDisplacementField>
156 SetIntensityDifferenceThreshold(
double);
159 GetIntensityDifferenceThreshold()
const;
164 SetGradientMagnitudeThreshold(
double);
167 GetGradientMagnitudeThreshold()
const;
182 SetGradientSmoothingStandardDeviations(
double sigma);
185 GetGradientSmoothingStandardDeviations()
const;
191 PrintSelf(std::ostream & os,
Indent indent)
const override;
195 InitializeIteration()
override;
210 #ifndef ITK_MANUAL_INSTANTIATION
211 # include "itkLevelSetMotionRegistrationFilter.hxx"