![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkBinaryMinMaxCurvatureFlowFunction.h>
Public Member Functions | |
PixelType | ComputeUpdate (const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override |
virtual const char * | GetNameOfClass () const |
void | SetThreshold (const double thresh) |
const double & | GetThreshold () const |
![]() | |
PixelType | ComputeUpdate (const NeighborhoodType &it, void *globalData, const FloatOffsetType &offset=FloatOffsetType(0.0)) override |
const RadiusValueType & | GetRadiusValueType () const |
const RadiusValueType & | GetStencilRadius () const |
void | SetStencilRadius (const RadiusValueType value) |
![]() | |
TimeStepType | ComputeGlobalTimeStep (void *GlobalData) const override |
void * | GetGlobalDataPointer () const override |
const TimeStepType & | GetTimeStep () const |
void | ReleaseGlobalDataPointer (void *GlobalData) const override |
void | SetTimeStep (const TimeStepType &t) |
![]() | |
const NeighborhoodScalesType | ComputeNeighborhoodScales () const |
const RadiusType & | GetRadius () const |
void | GetScaleCoefficients (PixelRealType vals[ImageDimension]) const |
virtual void | InitializeIteration () |
void | SetRadius (const RadiusType &r) |
void | SetScaleCoefficients (const PixelRealType vals[ImageDimension]) |
![]() | |
Pointer | Clone () const |
virtual Pointer | CreateAnother () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkTypeMacroNoParent (LightObject) | |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
Protected Member Functions | |
BinaryMinMaxCurvatureFlowFunction () | |
~BinaryMinMaxCurvatureFlowFunction () override=default | |
![]() | |
void | InitializeStencilOperator () |
MinMaxCurvatureFlowFunction () | |
~MinMaxCurvatureFlowFunction () override=default | |
![]() | |
CurvatureFlowFunction () | |
~CurvatureFlowFunction () override=default | |
![]() | |
FiniteDifferenceFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
~FiniteDifferenceFunction () override=default | |
![]() | |
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 Attributes | |
double | m_Threshold {} |
Additional Inherited Members | |
![]() | |
using | StencilOperatorType = Neighborhood< PixelType, Self::ImageDimension > |
![]() | |
StencilOperatorType | m_StencilOperator {} |
![]() | |
RadiusType | m_Radius |
PixelRealType | m_ScaleCoefficients [ImageDimension] |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
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 43 of file itkBinaryMinMaxCurvatureFlowFunction.h.
using itk::BinaryMinMaxCurvatureFlowFunction< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 52 of file itkBinaryMinMaxCurvatureFlowFunction.h.
using itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Pointer = SmartPointer<Self> |
Definition at line 51 of file itkBinaryMinMaxCurvatureFlowFunction.h.
using itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Self = BinaryMinMaxCurvatureFlowFunction |
Standard class type aliases.
Definition at line 49 of file itkBinaryMinMaxCurvatureFlowFunction.h.
using itk::BinaryMinMaxCurvatureFlowFunction< TImage >::Superclass = MinMaxCurvatureFlowFunction<TImage> |
Definition at line 50 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
protected |
|
overrideprotecteddefault |
|
overridevirtual |
Compute the solution update for each pixel that does not lie on a the data set boundary.
Implements itk::FiniteDifferenceFunction< TImage >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::MinMaxCurvatureFlowFunction< TImage >.
|
inline |
Set/Get the threshold value.
Definition at line 77 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
static |
Method for creation through the object factory.
|
inline |
Set/Get the threshold value.
Definition at line 72 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
staticconstexpr |
Extract superclass dimension.
Definition at line 68 of file itkBinaryMinMaxCurvatureFlowFunction.h.
|
private |
Definition at line 94 of file itkBinaryMinMaxCurvatureFlowFunction.h.