ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkOtsuThresholdImageFilter.h>
Threshold an image using the Otsu Threshold.
This filter creates a binary thresholded image that separates an image into foreground and background components. The filter computes the threshold using the OtsuThresholdCalculator and applies that threshold to the input image using the BinaryThresholdImageFilter.
This implementation was taken from the Insight Journal paper: https://hdl.handle.net/10380/3279 or http://www.insight-journal.org/browse/publication/811
Definition at line 55 of file itkOtsuThresholdImageFilter.h.
Public Types | |
using | CalculatorType = OtsuThresholdCalculator< 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 = OtsuThresholdImageFilter |
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 | 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::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | InputImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
static constexpr unsigned int | InputImageDimension = InputImageType::ImageDimension |
static constexpr unsigned int | MaskImageDimension = MaskImageType::ImageDimension |
static constexpr unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Attributes | |
bool | m_ReturnBinMidpoint { false } |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType = OtsuThresholdCalculator< HistogramType, InputPixelType > |
Definition at line 98 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 66 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType = typename Superclass::HistogramType |
Definition at line 97 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer = typename InputImageType::Pointer |
Image related type alias.
Definition at line 84 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 89 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType = TInputImage |
Definition at line 74 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType = typename InputImageType::IndexType |
Definition at line 88 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType = typename InputImageType::PixelType |
Image pixel value type alias.
Definition at line 79 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType = typename InputImageType::SizeType |
Definition at line 87 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType = typename MaskImageType::RegionType |
Definition at line 95 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType = TMaskImage |
Definition at line 76 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType = typename MaskImageType::IndexType |
Definition at line 94 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType = typename MaskImageType::PixelType |
Definition at line 81 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType = typename MaskImageType::SizeType |
Definition at line 93 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer = typename OutputImageType::Pointer |
Definition at line 85 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType = typename OutputImageType::RegionType |
Definition at line 92 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType = TOutputImage |
Definition at line 75 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType = typename OutputImageType::IndexType |
Definition at line 91 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType = typename OutputImageType::PixelType |
Definition at line 80 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType = typename OutputImageType::SizeType |
Definition at line 90 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer = SmartPointer<Self> |
Definition at line 65 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self = OtsuThresholdImageFilter |
Standard Self type alias
Definition at line 62 of file itkOtsuThresholdImageFilter.h.
using itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass = HistogramThresholdImageFilter<TInputImage,TOutputImage, TMaskImage> |
Definition at line 64 of file itkOtsuThresholdImageFilter.h.
|
inlineprotected |
Definition at line 112 of file itkOtsuThresholdImageFilter.h.
References itk::OtsuThresholdCalculator< THistogram, TOutput >::New(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetCalculator().
|
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, TMaskImage >.
|
inlineoverrideprotectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling DynamicThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter can be threaded, it should NOT provide a GenerateData() method but should provide a DynamicThreadedGenerateData() instead.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 119 of file itkOtsuThresholdImageFilter.h.
References itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData(), itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetModifiableCalculator(), and itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_ReturnBinMidpoint.
|
virtual |
Runtime information support.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
virtual |
Should the threshold value be mid-point of the bin or the maximum? Default is to return bin maximum.
|
static |
Method for creation through the object factory.
|
virtual |
Should the threshold value be mid-point of the bin or the maximum? Default is to return bin maximum.
|
virtual |
Should the threshold value be mid-point of the bin or the maximum? Default is to return bin maximum.
|
virtual |
Should the threshold value be mid-point of the bin or the maximum? Default is to return bin maximum.
|
static |
Image related type alias.
Definition at line 101 of file itkOtsuThresholdImageFilter.h.
|
private |
Definition at line 130 of file itkOtsuThresholdImageFilter.h.
Referenced by itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GenerateData().
|
static |
Definition at line 102 of file itkOtsuThresholdImageFilter.h.