Go to the documentation of this file.
18 #ifndef sitkCurvatureFlowImageFilter_h
19 #define sitkCurvatureFlowImageFilter_h
87 SITK_RETURN_SELF_TYPE_HEADER
SetTimeStep (
double TimeStep ) { this->m_TimeStep = TimeStep;
return *
this; }
102 std::string
GetName()
const {
return std::string (
"CurvatureFlowImageFilter"); }
105 std::string ToString()
const;
120 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
The main Image class for SimpleITK.
std::string GetName() const
nsstd::auto_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
double GetTimeStep() const
CurvatureFlowImageFilter Self
Image CurvatureFlow(const Image &image1, double timeStep=0.05, uint32_t numberOfIterations=5u)
Denoise an image using curvature driven flow.
uint32_t m_NumberOfIterations
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
Denoise an image using curvature driven flow.
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
Self & SetTimeStep(double TimeStep)
#define SITKBasicFilters_EXPORT
The base interface for SimpleITK filters that take one input image.
Base class for SimpleITK classes based on ProcessObject.
BasicPixelIDTypeList PixelIDTypeList
uint32_t GetNumberOfIterations() const