Go to the documentation of this file.
18 #ifndef sitkIterativeInverseDisplacementFieldImageFilter_h
19 #define sitkIterativeInverseDisplacementFieldImageFilter_h
73 SITK_RETURN_SELF_TYPE_HEADER
SetStopValue (
double StopValue ) { this->m_StopValue = StopValue;
return *
this; }
80 std::string
GetName()
const {
return std::string (
"IterativeInverseDisplacementFieldImageFilter"); }
83 std::string ToString()
const;
95 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
107 double m_StopValue{0.0};
The Image class for SimpleITK.
RealVectorPixelIDTypeList PixelIDTypeList
std::string GetName() const
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
Computes the inverse of a displacement field.
Self & SetStopValue(double StopValue)
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
uint32_t GetNumberOfIterations() const
Image IterativeInverseDisplacementField(const Image &image1, uint32_t numberOfIterations=5u, double stopValue=0.0)
Computes the inverse of a displacement field.
double GetStopValue() const
typelist::MakeTypeList< VectorPixelID< float >, VectorPixelID< double > >::Type RealVectorPixelIDTypeList
Image(Self::*)(const Image &image1) MemberFunctionType