ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryMinMaxCurvatureFlowFunction.h>
Public Member Functions | |
virtual PixelType | ComputeUpdate (const NeighborhoodType &neighborhood, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | SetThreshold (const double thresh) |
const double & | GetThreshold () const |
Public Member Functions inherited from itk::MinMaxCurvatureFlowFunction< TImage > | |
const RadiusValueType & | GetRadiusValueType () const |
void | SetStencilRadius (const RadiusValueType radius) |
Public Member Functions inherited from itk::CurvatureFlowFunction< TImage > | |
virtual TimeStepType | ComputeGlobalTimeStep (void *GlobalData) const |
virtual void * | GetGlobalDataPointer () const |
const TimeStepType & | GetTimeStep () const |
virtual void | ReleaseGlobalDataPointer (void *GlobalData) const |
void | SetTimeStep (const TimeStepType &t) |
Public Member Functions inherited from itk::FiniteDifferenceFunction< TImage > | |
const NeighborhoodScalesType | ComputeNeighborhoodScales () const |
const RadiusType & | GetRadius () 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 |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage > | |
Static Public Attributes inherited from itk::CurvatureFlowFunction< TImage > | |
Static Public Attributes inherited from itk::FiniteDifferenceFunction< TImage > |
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 () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
~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 | |
Protected Types inherited from itk::MinMaxCurvatureFlowFunction< TImage > | |
typedef Neighborhood < PixelType, itkGetStaticConstMacro(ImageDimension) > | StencilOperatorType |
Protected Attributes inherited from itk::MinMaxCurvatureFlowFunction< TImage > | |
StencilOperatorType | m_StencilOperator |
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.
Definition at line 42 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef SmartPointer< const Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ConstPointer |
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 50 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef Superclass::FloatOffsetType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::FloatOffsetType |
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 63 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef Superclass::ImageType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ImageType |
Inherit some parameters from the superclass type.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 64 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef Superclass::NeighborhoodType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::NeighborhoodType |
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 62 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef Superclass::PixelType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::PixelType |
Inherit some parameters from the superclass type.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 57 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef SmartPointer< Self > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Pointer |
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 49 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef Superclass::RadiusType itk::BinaryMinMaxCurvatureFlowFunction< TImage >::RadiusType |
Neighborhood radius type
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 61 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef BinaryMinMaxCurvatureFlowFunction itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Self |
Standard class typedefs.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 47 of file itkBinaryMinMaxCurvatureFlowFunction.h.
typedef MinMaxCurvatureFlowFunction< TImage > itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Superclass |
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 48 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
protected |
|
inlineprotected |
Definition at line 85 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
private |
|
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 >.
|
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::MinMaxCurvatureFlowFunction< TImage >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
|
inline |
Set/Get the threshold value.
Definition at line 72 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
static |
Method for creation through the object factory.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
|
inline |
Set/Get the threshold value.
Definition at line 70 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
static |
Extract superclass dimension.
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
Definition at line 67 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
private |
Definition at line 90 of file itkBinaryMinMaxCurvatureFlowFunction.h.