ITK
5.2.0
Insight Toolkit
|
#include <itkIntermodesThresholdImageFilter.h>
Public Types | |
using | CalculatorType = IntermodesThresholdCalculator< HistogramType, InputPixelType > |
using | ConstPointer = SmartPointer< const Self > |
using | HistogramType = typename Superclass::HistogramType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | InputIndexType = typename InputImageType::IndexType |
using | InputPixelType = typename InputImageType::PixelType |
using | InputSizeType = typename InputImageType::SizeType |
using | MaskImageRegionType = typename MaskImageType::RegionType |
using | MaskImageType = TMaskImage |
using | MaskIndexType = typename MaskImageType::IndexType |
using | MaskPixelType = typename MaskImageType::PixelType |
using | MaskSizeType = typename MaskImageType::SizeType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputIndexType = typename OutputImageType::IndexType |
using | OutputPixelType = typename OutputImageType::PixelType |
using | OutputSizeType = typename OutputImageType::SizeType |
using | Pointer = SmartPointer< Self > |
using | Self = IntermodesThresholdImageFilter |
using | Superclass = HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
Public Types inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
using | CalculatorPointer = typename CalculatorType::Pointer |
using | CalculatorType = HistogramThresholdCalculator< HistogramType, InputPixelType > |
using | ConstPointer = SmartPointer< const Self > |
using | HistogramConstPointer = typename HistogramType::ConstPointer |
using | HistogramGeneratorPointer = typename HistogramGeneratorType::Pointer |
using | HistogramGeneratorType = Statistics::ImageToHistogramFilter< InputImageType > |
using | HistogramMeasurementType = typename HistogramType::MeasurementType |
using | HistogramMeasurementVectorType = typename HistogramType::MeasurementVectorType |
using | HistogramPointer = typename HistogramType::Pointer |
using | HistogramSizeType = typename HistogramType::SizeType |
using | HistogramType = Statistics::Histogram< ValueRealType > |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | InputIndexType = typename InputImageType::IndexType |
using | InputPixelType = typename InputImageType::PixelType |
using | InputSizeType = typename InputImageType::SizeType |
using | MaskImagePointer = typename MaskImageType::Pointer |
using | MaskImageRegionType = typename MaskImageType::RegionType |
using | MaskImageType = TMaskImage |
using | MaskIndexType = typename MaskImageType::IndexType |
using | MaskPixelType = typename MaskImageType::PixelType |
using | MaskSizeType = typename MaskImageType::SizeType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | OutputIndexType = typename OutputImageType::IndexType |
using | OutputPixelType = typename OutputImageType::PixelType |
using | OutputSizeType = typename OutputImageType::SizeType |
using | Pointer = SmartPointer< Self > |
using | Self = HistogramThresholdImageFilter |
using | Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
using | ValueRealType = typename NumericTraits< ValueType >::RealType |
using | ValueType = typename NumericTraits< InputPixelType >::ValueType |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TOutputImage > |
Public Types inherited from itk::ImageSource< TOutputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TOutputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
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 constexpr unsigned int | InputImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
SizeValueType | m_MaximumSmoothingIterations { 1000 } |
bool | m_UseInterMode { true } |
virtual void | SetUseInterMode (bool _arg) |
virtual const bool & | GetUseInterMode () const |
virtual void | UseInterModeOn () |
virtual void | UseInterModeOff () |
IntermodesThresholdImageFilter () | |
~IntermodesThresholdImageFilter () override=default | |
void | VerifyPreconditions () ITKv5_CONST override |
void | GenerateData () override |
void | PrintSelf (std::ostream &os, Indent indent) const override |
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://www.insight-journal.org/browse/publication/811
Definition at line 52 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType = IntermodesThresholdCalculator<HistogramType, InputPixelType> |
Definition at line 93 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 61 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType = typename Superclass::HistogramType |
Definition at line 92 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer = typename InputImageType::Pointer |
Image related type alias.
Definition at line 79 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 84 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType = TInputImage |
Definition at line 69 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType = typename InputImageType::IndexType |
Definition at line 83 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType = typename InputImageType::PixelType |
Image pixel value type alias.
Definition at line 74 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 82 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 90 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType = TMaskImage |
Definition at line 71 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType = typename MaskImageType::IndexType |
Definition at line 89 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType = typename MaskImageType::PixelType |
Definition at line 76 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType = typename MaskImageType::SizeType |
Definition at line 88 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 80 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 87 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType = TOutputImage |
Definition at line 70 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType = typename OutputImageType::IndexType |
Definition at line 86 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 75 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 85 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer = SmartPointer<Self> |
Definition at line 60 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self = IntermodesThresholdImageFilter |
Standard Self type alias
Definition at line 58 of file itkIntermodesThresholdImageFilter.h.
using itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass = HistogramThresholdImageFilter<TInputImage, TOutputImage, TMaskImage> |
Definition at line 59 of file itkIntermodesThresholdImageFilter.h.
|
inlineprotected |
Image related type alias.
Definition at line 111 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_MaximumSmoothingIterations, itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_UseInterMode, itk::IntermodesThresholdCalculator< THistogram, TOutput >::New(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetCalculator().
|
overrideprotecteddefault |
Image related type alias.
|
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, TMaskImage >.
|
inlineoverrideprotectedvirtual |
Image related type alias.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 131 of file itkIntermodesThresholdImageFilter.h.
References itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData(), itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetModifiableCalculator(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_MaximumSmoothingIterations, and itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_UseInterMode.
|
virtual |
|
virtual |
Runtime information support.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
virtual |
Image related type alias.
|
static |
Method for creation through the object factory.
|
inlineoverrideprotectedvirtual |
Image related type alias.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 141 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_MaximumSmoothingIterations, itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_UseInterMode, and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf().
|
virtual |
|
virtual |
Select whether midpoint (intermode=true) or minimum between peaks is used.
|
virtual |
Image related type alias.
|
virtual |
Image related type alias.
|
inlineoverrideprotectedvirtual |
Image related type alias.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 121 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 107 of file itkIntermodesThresholdImageFilter.h.
|
private |
Image related type alias.
Definition at line 149 of file itkIntermodesThresholdImageFilter.h.
Referenced by itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::IntermodesThresholdImageFilter(), and itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf().
|
private |
Image related type alias.
Definition at line 150 of file itkIntermodesThresholdImageFilter.h.
Referenced by itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::IntermodesThresholdImageFilter(), and itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf().
|
staticconstexpr |
Image related type alias.
Definition at line 108 of file itkIntermodesThresholdImageFilter.h.