#include <itkIntermodesThresholdImageFilter.h>
Threshold an image using the Intermodes Threshold.
This filter creates a binary thresholded image that separates an image into foreground and background components. The filter computes the threshold using the IntermodesThresholdCalculator and applies that threshold to the input image using the BinaryThresholdImageFilter.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/efycla
Definition at line 52 of file itkIntermodesThresholdImageFilter.h.
Static Public Member Functions | |
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 | InputImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | MaskImageDimension |
static constexpr unsigned int | OutputImageDimension |
![]() | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
![]() | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
SizeValueType | m_MaximumSmoothingIterations { 1000 } |
bool | m_UseInterMode { true } |
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) |
![]() | |
bool | m_DynamicMultiThreading { true } |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType = IntermodesThresholdCalculator<HistogramType, InputPixelType> |
Definition at line 94 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer = typename InputImageType::Pointer |
Image related type alias.
Definition at line 80 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 85 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType = TInputImage |
Definition at line 70 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType = typename InputImageType::IndexType |
Definition at line 84 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType = typename InputImageType::PixelType |
Image pixel value type alias.
Definition at line 75 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 83 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 91 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType = TMaskImage |
Definition at line 72 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType = typename MaskImageType::IndexType |
Definition at line 90 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType = typename MaskImageType::PixelType |
Definition at line 77 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType = typename MaskImageType::SizeType |
Definition at line 89 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 81 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 88 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType = TOutputImage |
Definition at line 71 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType = typename OutputImageType::IndexType |
Definition at line 87 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 76 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 86 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self = IntermodesThresholdImageFilter |
Standard Self type alias
Definition at line 59 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass = HistogramThresholdImageFilter<TInputImage, TOutputImage, TMaskImage> |
Definition at line 60 of file itkIntermodesThresholdImageFilter.h.
|
inlineprotected |
Definition at line 112 of file itkIntermodesThresholdImageFilter.h.
References m_MaximumSmoothingIterations, m_UseInterMode, itk::IntermodesThresholdCalculator< HistogramType, InputPixelType >::New(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetCalculator().
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::HistogramThresholdImageFilter< TInputImage, TOutputImage, TOutputImage >.
|
inlineoverrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TOutputImage >.
Definition at line 132 of file itkIntermodesThresholdImageFilter.h.
References itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData(), itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetModifiableCalculator(), m_MaximumSmoothingIterations, and m_UseInterMode.
|
virtual |
|
overridevirtual |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TOutputImage >.
References IntermodesThresholdImageFilter().
|
virtual |
Select whether midpoint (intermode=true) or minimum between peaks is used.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TOutputImage >.
Definition at line 142 of file itkIntermodesThresholdImageFilter.h.
References m_MaximumSmoothingIterations, m_UseInterMode, and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf().
|
virtual |
|
virtual |
Select whether midpoint (intermode=true) or minimum between peaks is used.
|
virtual |
Select whether midpoint (intermode=true) or minimum between peaks is used.
|
virtual |
Select whether midpoint (intermode=true) or minimum between peaks is used.
|
inlineoverrideprotectedvirtual |
Verifies that the process object has been configured correctly, that all required inputs are set, and needed parameters are set appropriately. If not valid an exceptions will be thrown.
This method is called before UpdateOutputInformation() is propagated to the inputs.
The ProcessObject's implementation verifies that the m_NumberOfRequiredInputs are set and not null.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TOutputImage >.
Definition at line 122 of file itkIntermodesThresholdImageFilter.h.
References itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetCalculator(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::VerifyPreconditions().
|
staticconstexpr |
Image related type alias.
Definition at line 108 of file itkIntermodesThresholdImageFilter.h.
|
private |
Definition at line 150 of file itkIntermodesThresholdImageFilter.h.
Referenced by GenerateData(), IntermodesThresholdImageFilter(), and PrintSelf().
|
private |
Definition at line 151 of file itkIntermodesThresholdImageFilter.h.
Referenced by GenerateData(), IntermodesThresholdImageFilter(), and PrintSelf().
|
staticconstexpr |
Definition at line 109 of file itkIntermodesThresholdImageFilter.h.