ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#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 theshold to the input image using the BinaryThresholdImageFilter.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/10380/3279 or http://www.insight-journal.org/browse/publication/811
Definition at line 51 of file itkIntermodesThresholdImageFilter.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 |
Private Member Functions | |
IntermodesThresholdImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
CalculatorType::Pointer | m_IntermodesCalculator |
typedef IntermodesThresholdCalculator< HistogramType, InputPixelType > itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType |
Definition at line 91 of file itkIntermodesThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer |
Definition at line 59 of file itkIntermodesThresholdImageFilter.h.
typedef Superclass::HistogramType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType |
Definition at line 90 of file itkIntermodesThresholdImageFilter.h.
typedef InputImageType::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer |
Image related typedefs.
Definition at line 77 of file itkIntermodesThresholdImageFilter.h.
typedef InputImageType::RegionType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType |
Definition at line 82 of file itkIntermodesThresholdImageFilter.h.
typedef TInputImage itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType |
Definition at line 65 of file itkIntermodesThresholdImageFilter.h.
typedef InputImageType::IndexType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType |
Definition at line 81 of file itkIntermodesThresholdImageFilter.h.
typedef InputImageType::PixelType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType |
Image pixel value typedef.
Definition at line 72 of file itkIntermodesThresholdImageFilter.h.
typedef InputImageType::SizeType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType |
Definition at line 80 of file itkIntermodesThresholdImageFilter.h.
typedef MaskImageType::RegionType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType |
Definition at line 88 of file itkIntermodesThresholdImageFilter.h.
typedef TMaskImage itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType |
Definition at line 69 of file itkIntermodesThresholdImageFilter.h.
typedef MaskImageType::IndexType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType |
Definition at line 87 of file itkIntermodesThresholdImageFilter.h.
typedef MaskImageType::PixelType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType |
Definition at line 74 of file itkIntermodesThresholdImageFilter.h.
typedef MaskImageType::SizeType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType |
Definition at line 86 of file itkIntermodesThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer |
Definition at line 78 of file itkIntermodesThresholdImageFilter.h.
typedef OutputImageType::RegionType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType |
Definition at line 85 of file itkIntermodesThresholdImageFilter.h.
typedef TOutputImage itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType |
Definition at line 68 of file itkIntermodesThresholdImageFilter.h.
typedef OutputImageType::IndexType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType |
Definition at line 84 of file itkIntermodesThresholdImageFilter.h.
typedef OutputImageType::PixelType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType |
Definition at line 73 of file itkIntermodesThresholdImageFilter.h.
typedef OutputImageType::SizeType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType |
Definition at line 83 of file itkIntermodesThresholdImageFilter.h.
typedef SmartPointer<Self> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer |
Definition at line 58 of file itkIntermodesThresholdImageFilter.h.
typedef IntermodesThresholdImageFilter itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self |
Standard Self typedef
Definition at line 56 of file itkIntermodesThresholdImageFilter.h.
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage,TMaskImage> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass |
Definition at line 57 of file itkIntermodesThresholdImageFilter.h.
|
inlineprotected |
Definition at line 124 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator, itk::IntermodesThresholdCalculator< THistogram, TOutput >::New(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetCalculator().
|
inlineprotected |
Definition at line 131 of file itkIntermodesThresholdImageFilter.h.
|
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::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
inline |
Definition at line 98 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator.
|
virtual |
Runtime information support.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
inline |
Definition at line 110 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator.
|
static |
Method for creation through the object factory.
|
private |
|
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, TMaskImage >.
Definition at line 133 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator, and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf().
|
inline |
Definition at line 93 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator.
|
inline |
select whether midpoint (intermode=true) or minimum between peaks is used
Definition at line 105 of file itkIntermodesThresholdImageFilter.h.
References itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::m_IntermodesCalculator.
|
static |
Image related typedefs.
Definition at line 117 of file itkIntermodesThresholdImageFilter.h.
|
private |
Definition at line 144 of file itkIntermodesThresholdImageFilter.h.
Referenced by itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetMaximumSmoothingIterations(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::GetUseInterMode(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::IntermodesThresholdImageFilter(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::PrintSelf(), itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetMaximumSmoothingIterations(), and itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetUseInterMode().
|
static |
Image related typedefs.
Definition at line 119 of file itkIntermodesThresholdImageFilter.h.