ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkDanielssonDistanceMapImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = InputImageType::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | VoronoiImageDimension = TVoronoiImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
DanielssonDistanceMapImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_InputIsBinary |
bool | m_SquaredDistance |
bool | m_UseImageSpacing |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
This filter computes the distance map of the input image as an approximation with pixel accuracy to the Euclidean distance.
TInputImage | Input Image Type |
TOutputImage | Output Image Type |
TVoronoiImage | Voronoi Image Type. Note the default value is TInputImage. |
The input is assumed to contain numeric codes defining objects. The filter will produce as output the following images:
This filter is N-dimensional and known to be efficient in computational time. The algorithm is the N-dimensional version of the 4SED algorithm given for two dimensions in:
Danielsson, Per-Erik. Euclidean Distance Mapping. Computer Graphics and Image Processing 14, 227-248 (1980).
Definition at line 61 of file itkDanielssonDistanceMapImageFilter.h.
typedef SmartPointer< const Self > itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkDanielssonDistanceMapImageFilter.h.
typedef DataObject::Pointer itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::DataObjectPointer |
Smart Pointer type to a DataObject.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 71 of file itkDanielssonDistanceMapImageFilter.h.
typedef ProcessObject::DataObjectPointerArraySizeType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::DataObjectPointerArraySizeType |
Standard itk::ProcessObject subclass method.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 184 of file itkDanielssonDistanceMapImageFilter.h.
typedef RegionType::IndexType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::IndexType |
Type for the index of the input image.
Definition at line 89 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::ConstPointer itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::InputImagePointer |
Pointer Type for input image.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 124 of file itkDanielssonDistanceMapImageFilter.h.
typedef TInputImage itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::InputImageType |
Type for input image.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 77 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::PixelType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::InputPixelType |
Type for input image pixel.
Definition at line 83 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::OffsetType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::OffsetType |
Type for the index of the input image.
Definition at line 92 of file itkDanielssonDistanceMapImageFilter.h.
typedef OutputImageType::Pointer itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::OutputImagePointer |
Pointer Type for the output image.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 127 of file itkDanielssonDistanceMapImageFilter.h.
typedef TOutputImage itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::OutputImageType |
Type for two of the three output images: the VoronoiMap and the DistanceMap.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 106 of file itkDanielssonDistanceMapImageFilter.h.
typedef OutputImageType::PixelType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::OutputPixelType |
Type for output image pixel.
Definition at line 109 of file itkDanielssonDistanceMapImageFilter.h.
typedef SmartPointer< Self > itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::RegionType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::RegionType |
Type for the region of the input image.
Definition at line 86 of file itkDanielssonDistanceMapImageFilter.h.
typedef DanielssonDistanceMapImageFilter itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 66 of file itkDanielssonDistanceMapImageFilter.h.
typedef RegionType::SizeType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::SizeType |
Type for the size of the input image.
Definition at line 99 of file itkDanielssonDistanceMapImageFilter.h.
typedef SizeType::SizeValueType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::SizeValueType |
Type for one size element of the input image.
Definition at line 102 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::SpacingType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::SpacingType |
Type for the spacing of the input image.
Definition at line 95 of file itkDanielssonDistanceMapImageFilter.h.
typedef InputImageType::SpacingValueType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::SpacingValueType |
Definition at line 96 of file itkDanielssonDistanceMapImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkDanielssonDistanceMapImageFilter.h.
typedef VectorImageType::Pointer itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::VectorImagePointer |
Pointer Type for the vector distance image.
Definition at line 130 of file itkDanielssonDistanceMapImageFilter.h.
typedef Image< OffsetType, itkGetStaticConstMacro(InputImageDimension) > itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::VectorImageType |
Pointer Type for the vector distance image
Definition at line 121 of file itkDanielssonDistanceMapImageFilter.h.
typedef VoronoiImageType::Pointer itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::VoronoiImagePointer |
Definition at line 112 of file itkDanielssonDistanceMapImageFilter.h.
typedef TVoronoiImage itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::VoronoiImageType |
Definition at line 111 of file itkDanielssonDistanceMapImageFilter.h.
typedef VoronoiImageType::PixelType itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::VoronoiPixelType |
Definition at line 113 of file itkDanielssonDistanceMapImageFilter.h.
|
protected |
End concept checking
|
inlineprotectedvirtual |
End concept checking
Definition at line 209 of file itkDanielssonDistanceMapImageFilter.h.
|
private |
|
protected |
Compute Voronoi Map.
|
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.
|
protectedvirtual |
Compute Danielsson distance map and Voronoi Map.
Reimplemented from itk::ImageSource< TOutputImage >.
OutputImageType* itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::GetDistanceMap | ( | void | ) |
Get Distance map image. The distance map is shown as a gray value image depending on the pixel type of the output image. Regarding the source image, background should be dark (gray value = 0) and object should have a gray value larger than 0. The minimal distance is calculated on the object frontier, and the output image gives for each pixel its minimal distance from the object (if there is more than one object the closest object is considered).
|
virtual |
Get if the input is binary. See SetInputIsBinary().
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Get the distance squared.
|
virtual |
Get whether spacing is used.
VectorImageType* itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::GetVectorDistanceMap | ( | void | ) |
Get vector field of distances.
VoronoiImageType* itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::GetVoronoiMap | ( | void | ) |
Get Voronoi Map This map shows for each pixel what object is closest to it. Each object should be labeled by a number (larger than 0), so the map has a value for each pixel corresponding to the label of the closest object.
|
virtual |
|
virtual |
Set On/Off if the input is binary. See SetInputIsBinary().
|
virtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ImageSource< TOutputImage >.
|
static |
Method for creation through the 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::ImageToImageFilter< TInputImage, TOutputImage >.
|
protected |
Prepare data.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set if the input is binary. If this variable is set, each nonzero pixel in the input image will be given a unique numeric code to be used by the Voronoi partition. If the image is binary but you are not interested in the Voronoi regions of the different nonzero pixels, then you need not set this.
|
virtual |
Set if the distance should be squared.
|
virtual |
Set if image spacing should be used in computing distances.
|
virtual |
|
virtual |
Set On/Off if the distance is squared.
itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::typedef | ( | Concept::SameDimension< InputImageDimension, OutputImageDimension > | ) |
Begin concept checking This class requires InputOutputSameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, OutputImageDimension > )
itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::typedef | ( | Concept::SameDimension< InputImageDimension, VoronoiImageDimension > | ) |
This class requires InputVoronoiSameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, VoronoiImageDimension > )
itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::typedef | ( | Concept::Convertible< double, OutputPixelType > | ) |
This class requires DoubleConvertibleToOutputCheck in the form of ( Concept::Convertible< double, OutputPixelType > )
itk::DanielssonDistanceMapImageFilter< TInputImage, TOutputImage, TVoronoiImage >::typedef | ( | Concept::Convertible< InputPixelType, OutputPixelType > | ) |
This class requires InputConvertibleToOutputCheck in the form of ( Concept::Convertible< InputPixelType, OutputPixelType > )
|
protected |
Update distance map locally. Used by GenerateData().
|
virtual |
|
virtual |
Set On/Off whether spacing is used.
|
static |
The dimension of the input and output images.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 117 of file itkDanielssonDistanceMapImageFilter.h.
|
private |
Definition at line 232 of file itkDanielssonDistanceMapImageFilter.h.
|
private |
Definition at line 231 of file itkDanielssonDistanceMapImageFilter.h.
|
private |
Definition at line 233 of file itkDanielssonDistanceMapImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 190 of file itkDanielssonDistanceMapImageFilter.h.
|
static |
Definition at line 192 of file itkDanielssonDistanceMapImageFilter.h.