ITK
5.2.0
Insight Toolkit
|
#include <itkIsoContourDistanceImageFilter.h>
Public Types | |
using | BandIterator = typename NarrowBandType::Iterator |
using | BandNodeType = BandNode< IndexType, PixelType > |
using | ConstBandIterator = typename NarrowBandType::ConstIterator |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename OutputImageType::IndexType |
using | InputImageType = typename Superclass::InputImageType |
using | InputIndexType = typename InputImageType::IndexType |
using | InputPixelType = typename InputImageType::PixelType |
using | InputSizeType = typename InputImageType::SizeType |
using | InputSpacingType = typename InputImageType::SpacingType |
using | NarrowBandPointer = typename NarrowBandType::Pointer |
using | NarrowBandType = NarrowBand< BandNodeType > |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelRealType = typename NumericTraits< InputPixelType >::RealType |
using | PixelType = typename OutputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename NarrowBandType::RegionType |
using | Self = IsoContourDistanceImageFilter |
using | SizeType = typename OutputImageType::SizeType |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Compute an approximate distance from an interpolated isocontour to the close grid points.
For standard level set algorithms, it is useful to periodically reinitialize the evolving image to prevent numerical accuracy problems in computing derivatives. This reinitialization is done by computing a signed distance map to the current level set. This class provides the first step in this reinitialization by computing an estimate of the distance from the interpolated isocontour to the pixels (or voxels) that are close to it, i.e. for which the isocontour crosses a segment between them and one of their direct neighbors. This class supports narrowbanding. If the input narrowband is provided, the algorithm will only locate the level set within the input narrowband.
Implementation of this class is based on Fast and Accurate Redistancing for Level Set Methods ‘Krissian K. and Westin C.F.’, EUROCAST NeuroImaging Workshop Las Palmas Spain, Ninth International Conference on Computer Aided Systems Theory , pages 48-51, Feb 2003.
Definition at line 59 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::BandIterator = typename NarrowBandType::Iterator |
Definition at line 107 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::BandNodeType = BandNode<IndexType, PixelType> |
NarrowBand type alias support
Definition at line 102 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::ConstBandIterator = typename NarrowBandType::ConstIterator |
Definition at line 106 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 68 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::IndexType = typename OutputImageType::IndexType |
Definition at line 97 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::InputImageType = typename Superclass::InputImageType |
Typedefs from the superclass
Definition at line 77 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::InputIndexType = typename InputImageType::IndexType |
Definition at line 96 of file itkIsoContourDistanceImageFilter.h.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 187 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Definition at line 88 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 93 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::InputSpacingType = typename InputImageType::SpacingType |
Definition at line 99 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::NarrowBandPointer = typename NarrowBandType::Pointer |
Definition at line 104 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::NarrowBandType = NarrowBand<BandNodeType> |
Definition at line 103 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 91 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::OutputImageType = typename Superclass::OutputImageType |
Definition at line 78 of file itkIsoContourDistanceImageFilter.h.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 188 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::PixelRealType = typename NumericTraits<InputPixelType>::RealType |
Definition at line 89 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::PixelType = typename OutputImageType::PixelType |
The pixel type of the output image will be used in computations. Inherited from the superclass.
Definition at line 87 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 67 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::RegionType = typename NarrowBandType::RegionType |
Definition at line 105 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::Self = IsoContourDistanceImageFilter |
Standard class type aliases.
Definition at line 65 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::SizeType = typename OutputImageType::SizeType |
Definition at line 94 of file itkIsoContourDistanceImageFilter.h.
using itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter<TInputImage, TOutputImage> |
Definition at line 66 of file itkIsoContourDistanceImageFilter.h.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
|
overrideprotecteddefault |
Set/Get the value of the level set to be located. The default value is 0.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
|
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.
|
inlineoverrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 161 of file itkIsoContourDistanceImageFilter.h.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ProcessObject.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageSource< TOutputImage >.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
inline |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 133 of file itkIsoContourDistanceImageFilter.h.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
|
virtual |
Set/Get the value of the level set to be located. The default value is 0.
void itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >::SetNarrowBand | ( | NarrowBandType * | ptr | ) |
Set/Get the narrowband.
|
virtual |
Set/Get the narrowbanding flag. By default, narrowbanding is switched off.
|
overrideprotectedvirtual |
Set/Get the value of the level set to be located. The default value is 0.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
|
protected |
Set/Get the value of the level set to be located. The default value is 0.
|
staticprotected |
Set/Get the value of the level set to be located. The default value is 0.
|
staticconstexpr |
Dimensionality of input and output data is assumed to be the same. It is inherited from the superclass.
Definition at line 82 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 198 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 197 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 206 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 203 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 202 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 204 of file itkIsoContourDistanceImageFilter.h.
|
private |
Set/Get the value of the level set to be located. The default value is 0.
Definition at line 200 of file itkIsoContourDistanceImageFilter.h.
|
staticconstexpr |
Definition at line 83 of file itkIsoContourDistanceImageFilter.h.