18#ifndef sitkGeodesicActiveContourLevelSetImageFilter_h
19#define sitkGeodesicActiveContourLevelSetImageFilter_h
177 std::string
GetName()
const {
return std::string (
"GeodesicActiveContourLevelSetImageFilter"); }
Image Execute(Image &&initialImage, const Image &featureImage)
double m_CurvatureScaling
double GetRMSChange() const
The Root Mean Square of the levelset upon termination.
Image Execute(const Image &initialImage, const Image &featureImage)
GeodesicActiveContourLevelSetImageFilter()
Self & SetAdvectionScaling(double AdvectionScaling)
Self & ReverseExpansionDirectionOn()
Self & ReverseExpansionDirectionOff()
double GetMaximumRMSError() const
Self & SetNumberOfIterations(uint32_t NumberOfIterations)
double GetAdvectionScaling() const
Image(Self::*)(const Image *initialImage, const Image *featureImage) MemberFunctionType
RealPixelIDTypeList PixelIDTypeList
double GetCurvatureScaling() const
std::unique_ptr< detail::MemberFunctionFactory< MemberFunctionType > > m_MemberFactory
uint32_t GetNumberOfIterations() const
uint32_t m_ElapsedIterations
Self & SetReverseExpansionDirection(bool ReverseExpansionDirection)
Image ExecuteInternal(const Image *initialImage, const Image *featureImage)
bool GetReverseExpansionDirection() const
Self & SetPropagationScaling(double PropagationScaling)
GeodesicActiveContourLevelSetImageFilter Self
std::string ToString() const
uint32_t m_NumberOfIterations
double m_AdvectionScaling
double GetPropagationScaling() const
bool m_ReverseExpansionDirection
Self & SetCurvatureScaling(double CurvatureScaling)
Self & SetMaximumRMSError(double MaximumRMSError)
uint32_t GetElapsedIterations() const
Number of iterations run.
virtual ~GeodesicActiveContourLevelSetImageFilter()
double m_PropagationScaling
std::string GetName() const
The Image class for SimpleITK.
typelist2::typelist< BasicPixelID< float >, BasicPixelID< double > > RealPixelIDTypeList
Image GeodesicActiveContourLevelSet(Image &&initialImage, const Image &featureImage, double maximumRMSError=0.01, double propagationScaling=1.0, double curvatureScaling=1.0, double advectionScaling=1.0, uint32_t numberOfIterations=1000u, bool reverseExpansionDirection=false)
Segments structures in images based on a user supplied edge potential map.
#define SITKBasicFilters_EXPORT