#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 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 |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType |
using | OutputToInputRegionCopierType |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
std::mutex | m_LabelObjectContainerLock {} |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
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 |
Definition at line 55 of file itkRelabelLabelMapFilter.h.
|
inlineprotected |
Definition at line 86 of file itkRelabelLabelMapFilter.h.
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::AttributeRelabelLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >.
|
overridevirtual |
Reimplemented from itk::AttributeRelabelLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >.
References RelabelLabelMapFilter().
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 70 of file itkRelabelLabelMapFilter.h.