![]() |
ITK
5.4.0
Insight Toolkit
|
#include <itkRelabelLabelMapFilter.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension |
Additional Inherited Members | |
![]() | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
![]() | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
![]() | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
std::mutex | m_LabelObjectContainerLock |
![]() | |
bool | m_DynamicMultiThreading |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
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://www.insight-journal.org/browse/publication/176
Definition at line 46 of file itkRelabelLabelMapFilter.h.
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 57 of file itkRelabelLabelMapFilter.h.
|
inlineprotected |
Definition at line 90 of file itkRelabelLabelMapFilter.h.
|
overrideprotecteddefault |
|
virtual |
Runtime information support.
Reimplemented from itk::AttributeRelabelLabelMapFilter< TImage, Functor::LabelLabelObjectAccessor< TImage::LabelObjectType > >.
|
static |
Standard New method.
|
staticconstexpr |
ImageDimension constants
Definition at line 70 of file itkRelabelLabelMapFilter.h.