#include <itkIntermodesThresholdCalculator.h>
Computes the Intermodes's threshold for an image [98].
Assumes a bimodal histogram. The histogram needs is smoothed (using a running average of size 3, iteratively) until there are only two local maxima. j and k Threshold t is (j+k)/2. Images with histograms having extremely unequal peaks or a broad and flat valley are unsuitable for this method.
This class is templated over the input histogram type.
This implementation was taken from the Insight Journal paper: https://doi.org/10.54294/efycla
Definition at line 53 of file itkIntermodesThresholdCalculator.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Protected Types | |
using | AbsoluteFrequencyType = typename HistogramType::AbsoluteFrequencyType |
using | TotalAbsoluteFrequencyType = typename HistogramType::TotalAbsoluteFrequencyType |
Private Member Functions | |
bool | BimodalTest (const std::vector< double > &h) |
Private Attributes | |
SizeValueType | m_MaximumSmoothingIterations {} |
bool | m_UseInterMode {} |
Additional Inherited Members | |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
|
protected |
Definition at line 101 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::HistogramType = THistogram |
Type definition for the input image.
Definition at line 71 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::InstanceIdentifier = typename HistogramType::InstanceIdentifier |
Definition at line 74 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::OutputType = TOutput |
Definition at line 72 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::Self = IntermodesThresholdCalculator |
Standard class type aliases.
Definition at line 59 of file itkIntermodesThresholdCalculator.h.
using itk::IntermodesThresholdCalculator< THistogram, TOutput >::Superclass = HistogramThresholdCalculator<THistogram, TOutput> |
Definition at line 60 of file itkIntermodesThresholdCalculator.h.
|
protected |
Definition at line 100 of file itkIntermodesThresholdCalculator.h.
|
inlineprotected |
Definition at line 87 of file itkIntermodesThresholdCalculator.h.
|
overrideprotecteddefault |
|
private |
|
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::HistogramThresholdCalculator< THistogram, double >.
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
|
overridevirtual |
Reimplemented from itk::HistogramThresholdCalculator< THistogram, double >.
|
virtual |
Select whether midpoint (intermode = true) or minimum between peaks is used. Default is "On".
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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::LightObject.
|
virtual |
|
virtual |
Select whether midpoint (intermode = true) or minimum between peaks is used. Default is "On".
|
virtual |
Select whether midpoint (intermode = true) or minimum between peaks is used. Default is "On".
|
virtual |
Select whether midpoint (intermode = true) or minimum between peaks is used. Default is "On".
|
private |
Definition at line 107 of file itkIntermodesThresholdCalculator.h.
|
private |
Definition at line 108 of file itkIntermodesThresholdCalculator.h.