ITK
4.8.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 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 54 of file itkOtsuThresholdImageFilter.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 | |
void | operator= (const Self &) |
OtsuThresholdImageFilter (const Self &) | |
typedef OtsuThresholdCalculator< HistogramType, InputPixelType > itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType |
Definition at line 95 of file itkOtsuThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer |
Definition at line 63 of file itkOtsuThresholdImageFilter.h.
typedef Superclass::HistogramType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType |
Definition at line 94 of file itkOtsuThresholdImageFilter.h.
typedef InputImageType::Pointer itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer |
Image related typedefs.
Definition at line 81 of file itkOtsuThresholdImageFilter.h.
typedef InputImageType::RegionType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType |
Definition at line 86 of file itkOtsuThresholdImageFilter.h.
typedef TInputImage itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType |
Definition at line 69 of file itkOtsuThresholdImageFilter.h.
typedef InputImageType::IndexType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType |
Definition at line 85 of file itkOtsuThresholdImageFilter.h.
typedef InputImageType::PixelType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType |
Image pixel value typedef.
Definition at line 76 of file itkOtsuThresholdImageFilter.h.
typedef InputImageType::SizeType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType |
Definition at line 84 of file itkOtsuThresholdImageFilter.h.
typedef MaskImageType::RegionType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType |
Definition at line 92 of file itkOtsuThresholdImageFilter.h.
typedef TMaskImage itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType |
Definition at line 73 of file itkOtsuThresholdImageFilter.h.
typedef MaskImageType::IndexType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType |
Definition at line 91 of file itkOtsuThresholdImageFilter.h.
typedef MaskImageType::PixelType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType |
Definition at line 78 of file itkOtsuThresholdImageFilter.h.
typedef MaskImageType::SizeType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType |
Definition at line 90 of file itkOtsuThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer |
Definition at line 82 of file itkOtsuThresholdImageFilter.h.
typedef OutputImageType::RegionType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType |
Definition at line 89 of file itkOtsuThresholdImageFilter.h.
typedef TOutputImage itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType |
Definition at line 72 of file itkOtsuThresholdImageFilter.h.
typedef OutputImageType::IndexType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType |
Definition at line 88 of file itkOtsuThresholdImageFilter.h.
typedef OutputImageType::PixelType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType |
Definition at line 77 of file itkOtsuThresholdImageFilter.h.
typedef OutputImageType::SizeType itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType |
Definition at line 87 of file itkOtsuThresholdImageFilter.h.
typedef SmartPointer<Self> itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer |
Definition at line 62 of file itkOtsuThresholdImageFilter.h.
typedef OtsuThresholdImageFilter itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self |
Standard Self typedef
Definition at line 59 of file itkOtsuThresholdImageFilter.h.
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage, TMaskImage> itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass |
Definition at line 61 of file itkOtsuThresholdImageFilter.h.
|
inlineprotected |
Definition at line 105 of file itkOtsuThresholdImageFilter.h.
References itk::OtsuThresholdCalculator< THistogram, TOutput >::New(), and itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::SetCalculator().
|
inlineprotected |
Definition at line 109 of file itkOtsuThresholdImageFilter.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.
|
private |
|
static |
Image related typedefs.
Definition at line 99 of file itkOtsuThresholdImageFilter.h.
|
static |
Image related typedefs.
Definition at line 101 of file itkOtsuThresholdImageFilter.h.