ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMaximumEntropyThresholdImageFilter.h>
Threshold an image using the MaximumEntropy Threshold.
This filter creates a binary thresholded image that separates an image into foreground and background components. The filter computes the threshold using the MaximumEntropyThresholdCalculator 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 itkMaximumEntropyThresholdImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > | |
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 | |
MaximumEntropyThresholdImageFilter (const Self &) | |
void | operator= (const Self &) |
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 ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
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 |
typedef MaximumEntropyThresholdCalculator< HistogramType, InputPixelType > itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::CalculatorType |
Definition at line 92 of file itkMaximumEntropyThresholdImageFilter.h.
typedef SmartPointer<const Self> itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::ConstPointer |
Definition at line 60 of file itkMaximumEntropyThresholdImageFilter.h.
typedef Superclass::HistogramType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::HistogramType |
Definition at line 91 of file itkMaximumEntropyThresholdImageFilter.h.
typedef InputImageType::Pointer itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImagePointer |
Image related typedefs.
Definition at line 78 of file itkMaximumEntropyThresholdImageFilter.h.
typedef InputImageType::RegionType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageRegionType |
Definition at line 83 of file itkMaximumEntropyThresholdImageFilter.h.
typedef TInputImage itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputImageType |
Definition at line 66 of file itkMaximumEntropyThresholdImageFilter.h.
typedef InputImageType::IndexType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputIndexType |
Definition at line 82 of file itkMaximumEntropyThresholdImageFilter.h.
typedef InputImageType::PixelType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputPixelType |
Image pixel value typedef.
Definition at line 73 of file itkMaximumEntropyThresholdImageFilter.h.
typedef InputImageType::SizeType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::InputSizeType |
Definition at line 81 of file itkMaximumEntropyThresholdImageFilter.h.
typedef MaskImageType::RegionType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageRegionType |
Definition at line 89 of file itkMaximumEntropyThresholdImageFilter.h.
typedef TMaskImage itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskImageType |
Definition at line 70 of file itkMaximumEntropyThresholdImageFilter.h.
typedef MaskImageType::IndexType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskIndexType |
Definition at line 88 of file itkMaximumEntropyThresholdImageFilter.h.
typedef MaskImageType::PixelType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskPixelType |
Definition at line 75 of file itkMaximumEntropyThresholdImageFilter.h.
typedef MaskImageType::SizeType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::MaskSizeType |
Definition at line 87 of file itkMaximumEntropyThresholdImageFilter.h.
typedef OutputImageType::Pointer itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImagePointer |
Definition at line 79 of file itkMaximumEntropyThresholdImageFilter.h.
typedef OutputImageType::RegionType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageRegionType |
Definition at line 86 of file itkMaximumEntropyThresholdImageFilter.h.
typedef TOutputImage itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputImageType |
Definition at line 69 of file itkMaximumEntropyThresholdImageFilter.h.
typedef OutputImageType::IndexType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputIndexType |
Definition at line 85 of file itkMaximumEntropyThresholdImageFilter.h.
typedef OutputImageType::PixelType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputPixelType |
Definition at line 74 of file itkMaximumEntropyThresholdImageFilter.h.
typedef OutputImageType::SizeType itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::OutputSizeType |
Definition at line 84 of file itkMaximumEntropyThresholdImageFilter.h.
typedef SmartPointer<Self> itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Pointer |
Definition at line 59 of file itkMaximumEntropyThresholdImageFilter.h.
typedef MaximumEntropyThresholdImageFilter itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Self |
Standard Self typedef
Definition at line 56 of file itkMaximumEntropyThresholdImageFilter.h.
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage, TMaskImage> itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage >::Superclass |
Definition at line 58 of file itkMaximumEntropyThresholdImageFilter.h.
|
inlineprotected |
Definition at line 102 of file itkMaximumEntropyThresholdImageFilter.h.
|
inlineprotected |
Definition at line 106 of file itkMaximumEntropyThresholdImageFilter.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 96 of file itkMaximumEntropyThresholdImageFilter.h.
|
static |
Image related typedefs.
Definition at line 98 of file itkMaximumEntropyThresholdImageFilter.h.