ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMinMaxCurvatureFlowImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::FiniteDifferenceFunctionType | FiniteDifferenceFunctionType |
typedef MinMaxCurvatureFlowFunction < OutputImageType > | MinMaxCurvatureFlowFunctionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef FiniteDifferenceFunctionType::RadiusType | RadiusType |
typedef RadiusType::SizeValueType | RadiusValueType |
typedef MinMaxCurvatureFlowImageFilter | Self |
typedef CurvatureFlowImageFilter < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::Convertible< unsigned long, typename TOutputImage::PixelType >) UnsignedLongConvertibleToOutputCheck | |
typedef (Concept::LessThanComparable< typename TOutputImage::PixelType >) OutputLessThanComparableCheck | |
typedef (Concept::Convertible< long, typename TOutputImage::PixelType >) LongConvertibleToOutputCheck | |
typedef (Concept::Comparable< typename TOutputImage::PixelType, double >) OutputDoubleComparableCheck | |
typedef (Concept::MultiplyAndAssignOperator< typename TOutputImage::PixelType, double >) OutputDoubleMultiplyAndAssignOperatorCheck | |
typedef (Concept::GreaterThanComparable< typename TOutputImage::PixelType, unsigned long >) OutputGreaterThanUnsignedLongCheck | |
typedef (Concept::AdditiveOperators< unsigned long, typename TOutputImage::PixelType >) UnsignedLongOutputAditiveOperatorsCheck | |
virtual void | SetStencilRadius (RadiusValueType _arg) |
virtual RadiusValueType | GetStencilRadius () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Protected Member Functions | |
virtual void | InitializeIteration () |
MinMaxCurvatureFlowImageFilter () | |
~MinMaxCurvatureFlowImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Private Member Functions | |
MinMaxCurvatureFlowImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
RadiusValueType | m_StencilRadius |
Denoise an image using min/max curvature flow.
MinMaxCurvatureFlowImageFilter implements a curvature driven image denoising algorithm. Iso-brightness contours in the grayscale input image are viewed as a level set. The level set is then evolved using a curvature-based speed function:
where if is less than or equal to and , otherwise. is the mean curvature of the iso-brightness contour at point .
In min/max curvature flow, movement is turned on or off depending on the scale of the noise one wants to remove. Switching depends on the average image value of a region of radius around each point. The choice of , the stencil radius, governs the scale of the noise to be removed.
The threshold value is the average intensity obtained in the direction perpendicular to the gradient at point at the extrema of the local neighborhood.
This filter make use of the multi-threaded finite difference solver hierarchy. Updates are computed using a MinMaxCurvatureFlowFunction object. A zero flux Neumann boundary condition is used when computing derivatives near the data boundary.
Reference: "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Chapter 16, Second edition, 1999.
Definition at line 77 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef SmartPointer< const Self > itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 85 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef Superclass::FiniteDifferenceFunctionType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::FiniteDifferenceFunctionType |
Inherit typedefs from Superclass.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 91 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef MinMaxCurvatureFlowFunction< OutputImageType > itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::MinMaxCurvatureFlowFunctionType |
MinMaxCurvatureFlowFunction type.
Definition at line 99 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef Superclass::OutputImageType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::OutputImageType |
OutputImage type.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 95 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef SmartPointer< Self > itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 84 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef FiniteDifferenceFunctionType::RadiusType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::RadiusType |
Typedef support for the neighbour radius.
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
Definition at line 107 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef RadiusType::SizeValueType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::RadiusValueType |
Definition at line 108 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef MinMaxCurvatureFlowImageFilter itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkMinMaxCurvatureFlowImageFilter.h.
typedef CurvatureFlowImageFilter< TInputImage, TOutputImage > itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 83 of file itkMinMaxCurvatureFlowImageFilter.h.
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::MinMaxCurvatureFlowImageFilter | ( | ) | [protected] |
End concept checking
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::~MinMaxCurvatureFlowImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 139 of file itkMinMaxCurvatureFlowImageFilter.h.
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::MinMaxCurvatureFlowImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
virtual const char* itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
virtual RadiusValueType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::GetStencilRadius | ( | ) | const [virtual] |
Set/Get the stencil radius.
virtual void itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::InitializeIteration | ( | ) | [protected, virtual] |
Initialize the state of filter and equation before each iteration. Progress feeback is implemented as part of this method.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
static Pointer itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
void itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [private] |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
void itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
virtual void itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::SetStencilRadius | ( | RadiusValueType | _arg | ) | [virtual] |
Set/Get the stencil radius.
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< unsigned long, typename TOutputImage::PixelType > | ) |
Begin concept checking This class requires UnsignedLongConvertibleToOutputCheck in the form of ( Concept::Convertible< unsigned long, typename TOutputImage::PixelType > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::LessThanComparable< typename TOutputImage::PixelType > | ) |
This class requires OutputLessThanComparableCheck in the form of ( Concept::LessThanComparable< typename TOutputImage::PixelType > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Convertible< long, typename TOutputImage::PixelType > | ) |
This class requires LongConvertibleToOutputCheck in the form of ( Concept::Convertible< long, typename TOutputImage::PixelType > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::Comparable< typename TOutputImage::PixelType, double > | ) |
This class requires OutputDoubleComparableCheck in the form of ( Concept::Comparable< typename TOutputImage::PixelType, double > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::MultiplyAndAssignOperator< typename TOutputImage::PixelType, double > | ) |
This class requires OutputDoubleMultiplyAndAssignOperatorCheck in the form of ( Concept::MultiplyAndAssignOperator< typename TOutputImage::PixelType, double > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::GreaterThanComparable< typename TOutputImage::PixelType, unsigned long > | ) |
This class requires OutputGreaterThanUnsignedLongCheck in the form of ( Concept::GreaterThanComparable< typename TOutputImage::PixelType, unsigned long > )
itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::AdditiveOperators< unsigned long, typename TOutputImage::PixelType > | ) |
This class requires UnsignedLongOutputAditiveOperatorsCheck in the form of ( Concept::AdditiveOperators< unsigned long, typename TOutputImage::PixelType > )
const unsigned int itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::ImageDimension = Superclass::ImageDimension [static] |
Dimensionality of input and output data is assumed to be the same. It is inherited from the superclass.
Reimplemented from itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::BinaryMinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >.
Definition at line 104 of file itkMinMaxCurvatureFlowImageFilter.h.
RadiusValueType itk::MinMaxCurvatureFlowImageFilter< TInputImage, TOutputImage >::m_StencilRadius [private] |
Definition at line 151 of file itkMinMaxCurvatureFlowImageFilter.h.