ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkKittlerIllingworthThresholdImageFilter.h>
Static Public Member Functions | |
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 | MaskImageDimension = MaskImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
KittlerIllingworthThresholdImageFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
bool | m_AutoMinimumMaximum |
CalculatorPointer | m_Calculator |
OutputPixelType | m_InsideValue |
bool | m_MaskOutput |
MaskPixelType | m_MaskValue |
unsigned | m_NumberOfHistogramBins |
OutputPixelType | m_OutsideValue |
InputPixelType | m_Threshold |
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 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 itkKittlerIllingworthThresholdImageFilter.h.
typedef KittlerIllingworthThresholdCalculator< HistogramType, InputPixelType > itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 92 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 60 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef Superclass::HistogramType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 91 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::Pointer itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer |
Image related typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 78 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 83 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TInputImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 66 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 82 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType |
Image pixel value typedef.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 73 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef InputImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 81 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 89 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TMaskImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 70 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 88 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 75 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef MaskImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 87 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 79 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::RegionType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 86 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef TOutputImage itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 69 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::IndexType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 85 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::PixelType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 74 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef OutputImageType::SizeType itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 84 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef SmartPointer<Self> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 59 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef KittlerIllingworthThresholdImageFilter itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self |
Standard Self typedef
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 56 of file itkKittlerIllingworthThresholdImageFilter.h.
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage, TMaskImage> itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass |
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 58 of file itkKittlerIllingworthThresholdImageFilter.h.
|
inlineprotected |
Definition at line 102 of file itkKittlerIllingworthThresholdImageFilter.h.
|
inlineprotected |
Definition at line 106 of file itkKittlerIllingworthThresholdImageFilter.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 >.
|
virtual |
Runtime information support.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
|
static |
Image related typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 96 of file itkKittlerIllingworthThresholdImageFilter.h.
|
static |
Image related typedefs.
Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >.
Definition at line 98 of file itkKittlerIllingworthThresholdImageFilter.h.