template<class TInputImage, class TOutputImage>
class itk::IsotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >
This class implements the 4th-order level set isotropic diffusion (smoothing) PDE.
- INPUT and OUTPUT
- This is a volume to volume filter; however, it is meant to process (smooth) surfaces. The input surface is an isosurface of the input volume. The isosurface value to be processed can be set by calling SetIsoSurfaceValue (default is 0). The output surface is the 0-isosurface of the output volume, regardless of the input isosurface value. To visualize the input/output surfaces to this filter a mesh extraction method such as marching cubes can be used.
- The 4th-order level set PDE framework is proposed as an alternative to 2nd order PDEs. By order we mean the order of differentiation of the level set image function required to compute derivatives for updating the image. For instance, the popular curvature flow uses 2nd-order derivatives of the level set image; hence, it is a 2nd order PDE.
- 2nd-order curvature flow can be used by itself to smooth surfaces as a post-processing filter or it can be used with other PDE terms such as a Canny edge term that attracts the surface to strong edges in a data image. Curvature flow smoothes surfaces by making the surface move in the direction that will decrease surface area.
- The 4th-order PDE framework provides an improvement over curvature flow. Instead of making the surface move to decrease surface area it makes the surface move to decrease total curvature. Similar to curvature flow, these PDEs can be used alone or in conjunction with data terms. The 4th-order PDE framework is implemented in SparseFieldFourthOrderLevelSetImageFilter. This filter class, which is derived from that, uses the 4th-order PDE by itself to implement an isotropic surface smoothing algorithm. A feature preserving anisotropic variant of this algorithm is implemented in AnisotropicFourthOrderLevelSetImageFilter.
- PARAMETERS
- As mentioned before, the IsoSurfaceValue parameter chooses which isosurface of the input to process. The MaxFilterIterations parameter determine the number of iterations for which this filter will run. The more iterations, the more smoothing.
Definition at line 74 of file itkIsotropicFourthOrderLevelSetImageFilter.h.
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
LevelSetFunctionWithRefitTerm
< TOutputImage,
SparseImageType > | FunctionType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef FunctionType::RadiusType | RadiusType |
|
typedef
IsotropicFourthOrderLevelSetImageFilter | Self |
|
typedef Superclass::SparseImageType | SparseImageType |
|
typedef
SparseFieldFourthOrderLevelSetImageFilter
< TInputImage, TOutputImage > | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef Superclass::IndexType | IndexType |
|
typedef Superclass::LayerType | LayerType |
|
typedef
LevelSetFunctionWithRefitTerm
< OutputImageType,
SparseImageType > | LevelSetFunctionType |
|
typedef
Superclass::NeighborhoodScalesType | NeighborhoodScalesType |
|
typedef NormalBandNode
< OutputImageType > | NodeType |
|
typedef
ImplicitManifoldNormalVectorFilter
< OutputImageType,
SparseImageType > | NormalVectorFilterType |
|
typedef
NormalVectorDiffusionFunction
< SparseImageType > | NormalVectorFunctionType |
|
typedef NodeType::NodeDataType | NormalVectorType |
|
typedef Superclass::OutputImageType | OutputImageType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef Superclass::RadiusType | RadiusType |
|
typedef
SparseFieldFourthOrderLevelSetImageFilter | Self |
|
typedef NeighborhoodIterator
< SparseImageType > | SparseImageIteratorType |
|
typedef SparseImage< NodeType,
itkGetStaticConstMacro(ImageDimension) > | SparseImageType |
|
typedef
SparseFieldLevelSetImageFilter
< TInputImage, TOutputImage > | Superclass |
|
typedef Superclass::ValueType | ValueType |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef OutputImageType::IndexType | IndexType |
|
typedef TInputImage | InputImageType |
|
typedef std::vector
< LayerPointerType > | LayerListType |
|
typedef ObjectStore
< LayerNodeType > | LayerNodeStorageType |
|
typedef
SparseFieldLevelSetNode
< IndexType > | LayerNodeType |
|
typedef LayerType::Pointer | LayerPointerType |
|
typedef SparseFieldLayer
< LayerNodeType > | LayerType |
|
typedef
Superclass::NeighborhoodScalesType | NeighborhoodScalesType |
|
typedef TOutputImage | OutputImageType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef Superclass::RadiusType | RadiusType |
|
typedef
SparseFieldLevelSetImageFilter | Self |
|
typedef Image< StatusType,
itkGetStaticConstMacro(ImageDimension) > | StatusImageType |
|
typedef signed char | StatusType |
|
typedef
FiniteDifferenceImageFilter
< TInputImage, TOutputImage > | Superclass |
|
typedef Superclass::TimeStepType | TimeStepType |
|
typedef std::vector< ValueType > | UpdateBufferType |
|
typedef OutputImageType::ValueType | ValueType |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
FiniteDifferenceFunction
< TOutputImage > | FiniteDifferenceFunctionType |
|
typedef TInputImage | InputImageType |
|
typedef TInputImage::PixelType | InputPixelType |
|
typedef NumericTraits
< InputPixelType >::ValueType | InputPixelValueType |
|
typedef
FiniteDifferenceFunctionType::NeighborhoodScalesType | NeighborhoodScalesType |
|
typedef TOutputImage | OutputImageType |
|
typedef TOutputImage::PixelType | OutputPixelType |
|
typedef NumericTraits
< OutputPixelType >::ValueType | OutputPixelValueType |
|
typedef OutputPixelType | PixelType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef
FiniteDifferenceFunctionType::RadiusType | RadiusType |
|
typedef FiniteDifferenceImageFilter | Self |
|
typedef InPlaceImageFilter
< TInputImage, TOutputImage > | Superclass |
|
typedef
FiniteDifferenceFunctionType::TimeStepType | TimeStepType |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
InputImageType::ConstPointer | InputImageConstPointer |
|
typedef InputImageType::PixelType | InputImagePixelType |
|
typedef InputImageType::Pointer | InputImagePointer |
|
typedef InputImageType::RegionType | InputImageRegionType |
|
typedef TInputImage | InputImageType |
|
typedef
Superclass::OutputImagePixelType | OutputImagePixelType |
|
typedef
Superclass::OutputImagePointer | OutputImagePointer |
|
typedef
Superclass::OutputImageRegionType | OutputImageRegionType |
|
typedef Superclass::OutputImageType | OutputImageType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef InPlaceImageFilter | Self |
|
typedef ImageToImageFilter
< TInputImage, TOutputImage > | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
InputImageType::ConstPointer | InputImageConstPointer |
|
typedef InputImageType::PixelType | InputImagePixelType |
|
typedef InputImageType::Pointer | InputImagePointer |
|
typedef InputImageType::RegionType | InputImageRegionType |
|
typedef TInputImage | InputImageType |
|
typedef
Superclass::OutputImagePixelType | OutputImagePixelType |
|
typedef
Superclass::OutputImageRegionType | OutputImageRegionType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef ImageToImageFilter | Self |
|
typedef ImageSource< TOutputImage > | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
|
typedef DataObject::Pointer | DataObjectPointer |
|
typedef
Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
|
typedef OutputImageType::PixelType | OutputImagePixelType |
|
typedef OutputImageType::Pointer | OutputImagePointer |
|
typedef OutputImageType::RegionType | OutputImageRegionType |
|
typedef TOutputImage | OutputImageType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef ImageSource | Self |
|
typedef ProcessObject | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
|
typedef DataObject::Pointer | DataObjectPointer |
|
typedef std::vector
< DataObjectPointer > | DataObjectPointerArray |
|
typedef
DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
|
typedef std::vector
< DataObjectIdentifierType > | NameArray |
|
typedef SmartPointer< Self > | Pointer |
|
typedef ProcessObject | Self |
|
typedef Object | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef SmartPointer< Self > | Pointer |
|
typedef Object | Self |
|
typedef LightObject | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef SmartPointer< Self > | Pointer |
|
typedef LightObject | Self |
|