ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorCurvatureAnisotropicDiffusionImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::DenseFiniteDifferenceImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::InPlaceImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
void | operator= (const Self &) |
VectorCurvatureAnisotropicDiffusionImageFilter (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage > | |
bool | m_GradientMagnitudeIsFixed |
This filter performs anisotropic diffusion on a vector itk::Image using the modified curvature diffusion equation (MCDE) implemented in itkVectorCurvatureNDAnisotropicDiffusionFunction. For detailed information on anisotropic diffusion and the MCDE see itkAnisotropicDiffusionFunction, itkVectorCurvatureNDAnisotropicDiffusionFunction, and itkCurvatureNDAnisotropicDiffusionFunction.
The default time step for this filter is set to the maximum theoretically stable value: 0.5 / 2^N, where N is the dimensionality of the image. For a 2D image, this means valid time steps are below 0.1250. For a 3D image, valid time steps are below 0.0625.
Definition at line 63 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
typedef SmartPointer< const Self > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 72 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
typedef SmartPointer< Self > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 71 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
typedef VectorCurvatureAnisotropicDiffusionImageFilter itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Self |
Standard itk typedefs
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
typedef AnisotropicDiffusionImageFilter< TInputImage, TOutputImage > itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
typedef Superclass::UpdateBufferType itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::UpdateBufferType |
Convenient typedef.
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 79 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 98 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
|
inlineprotected |
Definition at line 106 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
|
private |
|
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::Object.
|
virtual |
Run-time type information.
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
|
inlineprotectedvirtual |
Supplies the halting criteria for this class of filters. The algorithm will stop after a user-specified number of iterations. Prepare for the iteration process.
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 108 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.
|
static |
Instantiation through object factory.
Reimplemented from itk::Object.
|
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::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TInputImage::PixelType::ValueType > )
itk::VectorCurvatureAnisotropicDiffusionImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType > | ) |
This class requires OutputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< typename TOutputImage::PixelType::ValueType > )
|
static |
Determine the image dimension.
Reimplemented from itk::AnisotropicDiffusionImageFilter< TInputImage, TOutputImage >.
Definition at line 86 of file itkVectorCurvatureAnisotropicDiffusionImageFilter.h.