ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkKittlerIllingworthThresholdImageFilter.h>
Threshold an image using the KittlerIllingworth Threshold.
This filter creates a binary thresholded image that separates an image into foreground and background components. The filter computes the threshold using the KittlerIllingworthThresholdCalculator 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 52 of file itkKittlerIllingworthThresholdImageFilter.h.
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 const unsigned int | InputImageDimension = InputImageType::ImageDimension |
static const unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
static const unsigned int | InputImageDimension = InputImageType::ImageDimension |
static const unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
static const unsigned int | MaskImageDimension = MaskImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef KittlerIllingworthThresholdCalculator< HistogramType, InputPixelType > itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType |
Definition at line 93 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer |
Definition at line 61 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef Superclass::HistogramType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType |
Definition at line 92 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::Pointer itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer |
Image related typedefs.
Definition at line 79 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType |
Definition at line 84 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TInputImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType |
Definition at line 67 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType |
Definition at line 83 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType |
Image pixel value typedef.
Definition at line 74 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType |
Definition at line 82 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType |
Definition at line 90 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TMaskImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType |
Definition at line 71 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType |
Definition at line 89 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType |
Definition at line 76 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType |
Definition at line 88 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer |
Definition at line 80 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType |
Definition at line 87 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TOutputImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType |
Definition at line 70 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType |
Definition at line 86 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType |
Definition at line 75 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType |
Definition at line 85 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef SmartPointer<Self> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer |
Definition at line 60 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef KittlerIllingworthThresholdImageFilter itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self |
Standard Self typedef
Definition at line 57 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage, TMaskImage> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass |
Definition at line 59 of file itkKittlerIllingworthThresholdImageFilter.h.
|
inlineprotected |
|
inlineoverrideprotected |
Definition at line 107 of file itkKittlerIllingworthThresholdImageFilter.h.
|
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 >.
|
virtual |
Runtime information support.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
static |
Method for creation through the object factory.
|
static |
Image related typedefs.
Definition at line 97 of file itkKittlerIllingworthThresholdImageFilter.h.
|
static |
Image related typedefs.
Definition at line 99 of file itkKittlerIllingworthThresholdImageFilter.h.