#include <itkLabelUniqueLabelMapFilter.h>
Make sure that the objects are not overlapping.
AttributeUniqueLabelMapFilter search the overlapping zones in the overlapping objects and keeps only a single object on all the pixels of the image. The object to keep is selected according to their label.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/q6auw4
Definition at line 47 of file itkLabelUniqueLabelMapFilter.h.
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | 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 | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
using itk::LabelUniqueLabelMapFilter< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 64 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 63 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::ImageType = TImage |
Some convenient type alias.
Definition at line 62 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 66 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 65 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::Self = LabelUniqueLabelMapFilter |
Standard class type aliases.
Definition at line 55 of file itkLabelUniqueLabelMapFilter.h.
using itk::LabelUniqueLabelMapFilter< TImage >::Superclass |
Definition at line 56 of file itkLabelUniqueLabelMapFilter.h.
|
protecteddefault |
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::AttributeUniqueLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >.
|
overridevirtual |
Reimplemented from itk::AttributeUniqueLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >.
References LabelUniqueLabelMapFilter().
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 72 of file itkLabelUniqueLabelMapFilter.h.