#include <itkUnsharpMaskLevelSetImageFilter.h>
This class implements a detail enhancing filter by making use of the 4th-order level set isotropic diffusion (smoothing) PDE.
Definition at line 67 of file itkUnsharpMaskLevelSetImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = OutputImageType::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
static StatusType | m_StatusActiveChangingDown |
static StatusType | m_StatusActiveChangingUp |
static StatusType | m_StatusBoundaryPixel |
static StatusType | m_StatusChanging |
static StatusType | m_StatusNull |
static ValueType | m_ValueOne |
static ValueType | m_ValueZero |
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 78 of file itkUnsharpMaskLevelSetImageFilter.h.
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::FunctionType = LevelSetFunctionWithRefitTerm<TOutputImage, SparseImageType> |
The level set function class with a refit term that forces the curvature of the moving front to match a prescribed curvature image.
Definition at line 91 of file itkUnsharpMaskLevelSetImageFilter.h.
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 77 of file itkUnsharpMaskLevelSetImageFilter.h.
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::RadiusType = typename FunctionType::RadiusType |
The radius type for the neighborhoods.
Definition at line 94 of file itkUnsharpMaskLevelSetImageFilter.h.
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::Self = UnsharpMaskLevelSetImageFilter |
Standard class type aliases
Definition at line 75 of file itkUnsharpMaskLevelSetImageFilter.h.
using itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >::SparseImageType |
The sparse image type used for processing the normal vectors.
Definition at line 186 of file itkSparseFieldFourthOrderLevelSetImageFilter.h.
using itk::UnsharpMaskLevelSetImageFilter< TInputImage, TOutputImage >::Superclass = SparseFieldFourthOrderLevelSetImageFilter<TInputImage, TOutputImage> |
Definition at line 76 of file itkUnsharpMaskLevelSetImageFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
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::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
overridevirtual |
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >.
References UnsharpMaskLevelSetImageFilter().
|
inlineoverrideprotectedvirtual |
This filter halts when the iteration count reaches the specified count.
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >.
Definition at line 113 of file itkUnsharpMaskLevelSetImageFilter.h.
References itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >::GetElapsedIterations(), and m_MaxFilterIteration.
|
static |
Standard new macro
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >.
|
virtual |
|
protected |
The LevelSetFunctionWithRefitTerm object.
Definition at line 106 of file itkUnsharpMaskLevelSetImageFilter.h.
|
protected |
The number of iterations for which this filter will run.
Definition at line 109 of file itkUnsharpMaskLevelSetImageFilter.h.
Referenced by Halt().