ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::BinaryMinMaxCurvatureFlowFunction< TImage > Class Template Reference

#include <itkBinaryMinMaxCurvatureFlowFunction.h>

+ Inheritance diagram for itk::BinaryMinMaxCurvatureFlowFunction< TImage >:
+ Collaboration diagram for itk::BinaryMinMaxCurvatureFlowFunction< TImage >:

Detailed Description

template<typename TImage>
class itk::BinaryMinMaxCurvatureFlowFunction< TImage >

This class encapsulate the finite difference equation which drives a min/max curvature flow algorithm for denoising binary images.

This class uses a zero flux Neumann boundary condition when computing derivatives near the data boundary.

This class operates as part of the finite difference solver hierarchy.

See Also
BinaryMinMaxCurvatureFlowImageFilter
ZeroFluxNeumannBoundaryCondition

Definition at line 42 of file itkBinaryMinMaxCurvatureFlowFunction.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef Superclass::ImageType ImageType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef
BinaryMinMaxCurvatureFlowFunction 
Self
 
typedef
MinMaxCurvatureFlowFunction
< TImage > 
Superclass
 
- Public Types inherited from itk::MinMaxCurvatureFlowFunction< TImage >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef Superclass::ImageType ImageType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef RadiusType::SizeValueType RadiusValueType
 
typedef MinMaxCurvatureFlowFunction Self
 
typedef CurvatureFlowFunction
< TImage > 
Superclass
 
- Public Types inherited from itk::CurvatureFlowFunction< TImage >
typedef SmartPointer< const SelfConstPointer
 
typedef Superclass::FloatOffsetType FloatOffsetType
 
typedef Superclass::ImageType ImageType
 
typedef
Superclass::NeighborhoodScalesType 
NeighborhoodScalesType
 
typedef
Superclass::NeighborhoodType 
NeighborhoodType
 
typedef Superclass::PixelRealType PixelRealType
 
typedef Superclass::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::RadiusType RadiusType
 
typedef PixelType ScalarValueType
 
typedef CurvatureFlowFunction Self
 
typedef
FiniteDifferenceFunction
< TImage > 
Superclass
 
typedef Superclass::TimeStepType TimeStepType
 
- Public Types inherited from itk::FiniteDifferenceFunction< TImage >
typedef SmartPointer< const SelfConstPointer
 
typedef
ZeroFluxNeumannBoundaryCondition
< ImageType
DefaultBoundaryConditionType
 
typedef Vector< float,
itkGetStaticConstMacro(ImageDimension) > 
FloatOffsetType
 
typedef TImage ImageType
 
typedef Vector< PixelRealType,
itkGetStaticConstMacro(ImageDimension) > 
NeighborhoodScalesType
 
typedef
ConstNeighborhoodIterator
< TImage,
DefaultBoundaryConditionType
NeighborhoodType
 
typedef double PixelRealType
 
typedef ImageType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef
ConstNeighborhoodIterator
< TImage >::RadiusType 
RadiusType
 
typedef FiniteDifferenceFunction Self
 
typedef LightObject Superclass
 
typedef double TimeStepType
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual PixelType ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) ITK_OVERRIDE
 
 itkNewMacro (Self)
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)
 
 itkTypeMacro (BinaryMinMaxCurvatureFlowFunction, MinMaxCurvatureFlowFunction)
 
void SetThreshold (const double thresh)
 
const double & GetThreshold () const
 
- Public Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage >
virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
const RadiusValueTypeGetRadiusValueType () const
 
const RadiusValueTypeGetStencilRadius () const
 
void SetStencilRadius (const RadiusValueType radius)
 
- Public Member Functions inherited from itk::CurvatureFlowFunction< TImage >
virtual TimeStepType ComputeGlobalTimeStep (void *GlobalData) const override
 
virtual void * GetGlobalDataPointer () const override
 
const TimeStepTypeGetTimeStep () const
 
virtual void ReleaseGlobalDataPointer (void *GlobalData) const override
 
void SetTimeStep (const TimeStepType &t)
 
- Public Member Functions inherited from itk::FiniteDifferenceFunction< TImage >
const NeighborhoodScalesType ComputeNeighborhoodScales () const
 
const RadiusTypeGetRadius () const
 
void GetScaleCoefficients (PixelRealType vals[ImageDimension]) const
 
virtual void InitializeIteration ()
 
void SetRadius (const RadiusType &r)
 
void SetScaleCoefficients (PixelRealType vals[ImageDimension])
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 
virtual void Register () const
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const noexcept
 

Protected Member Functions

 BinaryMinMaxCurvatureFlowFunction ()
 
 ~BinaryMinMaxCurvatureFlowFunction ()
 
- Protected Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage >
void InitializeStencilOperator ()
 
 MinMaxCurvatureFlowFunction ()
 
 ~MinMaxCurvatureFlowFunction ()
 
- Protected Member Functions inherited from itk::CurvatureFlowFunction< TImage >
 CurvatureFlowFunction ()
 
 ~CurvatureFlowFunction ()
 
- Protected Member Functions inherited from itk::FiniteDifferenceFunction< TImage >
 FiniteDifferenceFunction ()
 
virtual void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~FiniteDifferenceFunction ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

 BinaryMinMaxCurvatureFlowFunction (const Self &)
 
void operator= (const Self &)
 

Private Attributes

double m_Threshold
 

Additional Inherited Members

- Static Public Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::CurvatureFlowFunction< TImage >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Static Public Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage >
static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from itk::CurvatureFlowFunction< TImage >
static const unsigned int ImageDimension = Superclass::ImageDimension
 
- Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage >
static const unsigned int ImageDimension
 
- Protected Types inherited from itk::MinMaxCurvatureFlowFunction< TImage >
typedef Neighborhood
< PixelType,
itkGetStaticConstMacro(ImageDimension) > 
StencilOperatorType
 
- Protected Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage >
StencilOperatorType m_StencilOperator
 
- Protected Attributes inherited from itk::FiniteDifferenceFunction< TImage >
RadiusType m_Radius
 
PixelRealType m_ScaleCoefficients [ImageDimension]
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TImage >
typedef SmartPointer< const Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ConstPointer

Definition at line 50 of file itkBinaryMinMaxCurvatureFlowFunction.h.

Definition at line 63 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef Superclass::ImageType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ImageType

Definition at line 64 of file itkBinaryMinMaxCurvatureFlowFunction.h.

Definition at line 62 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef Superclass::PixelType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::PixelType

Inherit some parameters from the superclass type.

Definition at line 60 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef SmartPointer< Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Pointer

Definition at line 49 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef Superclass::RadiusType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::RadiusType

Definition at line 61 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef BinaryMinMaxCurvatureFlowFunction itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Self

Standard class typedefs.

Definition at line 47 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
typedef MinMaxCurvatureFlowFunction< TImage > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Superclass

Definition at line 48 of file itkBinaryMinMaxCurvatureFlowFunction.h.

Constructor & Destructor Documentation

template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::BinaryMinMaxCurvatureFlowFunction ( )
protected
template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::~BinaryMinMaxCurvatureFlowFunction ( )
inlineprotected

Definition at line 85 of file itkBinaryMinMaxCurvatureFlowFunction.h.

template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::BinaryMinMaxCurvatureFlowFunction ( const Self )
private

Member Function Documentation

template<typename TImage >
virtual PixelType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ComputeUpdate ( const NeighborhoodType neighborhood,
void *  globalData,
const FloatOffsetType offset = FloatOffsetType(0.0) 
)
virtual

This method computes the solution update for each pixel that does not lie on a the data set boundary.

Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.

template<typename TImage >
const double& itk::BinaryMinMaxCurvatureFlowFunction< TImage >::GetThreshold ( ) const
inline

Set/Get the threshold value.

Definition at line 72 of file itkBinaryMinMaxCurvatureFlowFunction.h.

References itk::BinaryMinMaxCurvatureFlowFunction< TImage >::m_Threshold.

template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::itkNewMacro ( Self  )

Method for creation through the object factory.

template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::itkStaticConstMacro ( ImageDimension  ,
unsigned  int,
Superclass::ImageDimension   
)

Extract superclass dimension.

template<typename TImage >
itk::BinaryMinMaxCurvatureFlowFunction< TImage >::itkTypeMacro ( BinaryMinMaxCurvatureFlowFunction< TImage >  ,
MinMaxCurvatureFlowFunction   
)

Run-time type information (and related methods)

template<typename TImage >
void itk::BinaryMinMaxCurvatureFlowFunction< TImage >::operator= ( const Self )
private
template<typename TImage >
void itk::BinaryMinMaxCurvatureFlowFunction< TImage >::SetThreshold ( const double  thresh)
inline

Set/Get the threshold value.

Definition at line 70 of file itkBinaryMinMaxCurvatureFlowFunction.h.

References itk::BinaryMinMaxCurvatureFlowFunction< TImage >::m_Threshold.

Member Data Documentation

template<typename TImage >
double itk::BinaryMinMaxCurvatureFlowFunction< TImage >::m_Threshold
private

The documentation for this class was generated from the following file: