ITK
6.0.0
Insight Toolkit
|
#include <itkRelabelLabelMapFilter.h>
This filter relabels the LabelObjects; the new labels are arranged consecutively with consideration for the background value.
This filter takes the LabelObjects from the input and reassigns them to the output by calling the PushLabelObject method, which by default, attempts to reorganize the labels consecutively. The user can assign an arbitrary value to the background; the filter will assign the labels consecutively by skipping the background value.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/q6auw4
Definition at line 46 of file itkRelabelLabelMapFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AttributeRelabelLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::InPlaceLabelMapFilter< TImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelMapFilter< TImage, TImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TImage, TImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
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 () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
Static Public Attributes inherited from itk::AttributeRelabelLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > > | |
static constexpr unsigned int | ImageDimension |
Static Public Attributes inherited from itk::InPlaceLabelMapFilter< TImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TImage, TImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static constexpr unsigned int | OutputImageDimension |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::LabelMapFilter< TImage, TImage > | |
std::mutex | m_LabelObjectContainerLock |
Protected Attributes inherited from itk::ImageSource< TImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::RelabelLabelMapFilter< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 59 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::ImageConstPointer = typename ImageType::ConstPointer |
Definition at line 64 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::ImagePointer = typename ImageType::Pointer |
Definition at line 63 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::ImageType = TImage |
Some convenient type alias.
Definition at line 62 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::IndexType = typename ImageType::IndexType |
Definition at line 66 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::LabelObjectType = typename ImageType::LabelObjectType |
Definition at line 67 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::PixelType = typename ImageType::PixelType |
Definition at line 65 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::Pointer = SmartPointer<Self> |
Definition at line 58 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::Self = RelabelLabelMapFilter |
Standard class type aliases.
Definition at line 54 of file itkRelabelLabelMapFilter.h.
using itk::RelabelLabelMapFilter< TImage >::Superclass = AttributeRelabelLabelMapFilter<TImage, typename Functor::LabelLabelObjectAccessor<typename TImage::LabelObjectType> > |
Definition at line 55 of file itkRelabelLabelMapFilter.h.
|
inlineprotected |
Definition at line 90 of file itkRelabelLabelMapFilter.h.
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from itk::ProcessObject.
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 70 of file itkRelabelLabelMapFilter.h.