ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkIntermodesThresholdCalculator.h>
Computes the Intermodes's threshold for an image.
J. M. S. Prewitt and M. L. Mendelsohn, "The analysis of cell images," in Annals of the New York Academy of Sciences, vol. 128, pp. 1035-1053, 1966.
This class is templated over the input histogram type.
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 56 of file itkIntermodesThresholdCalculator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::HistogramThresholdCalculator< THistogram, TOutput > | |
static Pointer | New () |
Protected Types | |
typedef HistogramType::AbsoluteFrequencyType | AbsoluteFrequencyType |
typedef HistogramType::TotalAbsoluteFrequencyType | TotalAbsoluteFrequencyType |
Private Member Functions | |
bool | BimodalTest (const std::vector< double > &h) |
IntermodesThresholdCalculator (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
SizeValueType | m_MaximumSmoothingIterations |
bool | m_UseInterMode |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
|
protected |
Definition at line 99 of file itkIntermodesThresholdCalculator.h.
typedef SmartPointer<const Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::ConstPointer |
Definition at line 63 of file itkIntermodesThresholdCalculator.h.
typedef THistogram itk::IntermodesThresholdCalculator< THistogram, TOutput >::HistogramType |
Type definition for the input image.
Definition at line 69 of file itkIntermodesThresholdCalculator.h.
typedef HistogramType::InstanceIdentifier itk::IntermodesThresholdCalculator< THistogram, TOutput >::InstanceIdentifier |
Definition at line 75 of file itkIntermodesThresholdCalculator.h.
typedef TOutput itk::IntermodesThresholdCalculator< THistogram, TOutput >::OutputType |
Definition at line 73 of file itkIntermodesThresholdCalculator.h.
typedef SmartPointer<Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::Pointer |
Definition at line 62 of file itkIntermodesThresholdCalculator.h.
typedef IntermodesThresholdCalculator itk::IntermodesThresholdCalculator< THistogram, TOutput >::Self |
Standard class typedefs.
Definition at line 60 of file itkIntermodesThresholdCalculator.h.
typedef Object itk::IntermodesThresholdCalculator< THistogram, TOutput >::Superclass |
Definition at line 61 of file itkIntermodesThresholdCalculator.h.
|
protected |
Definition at line 98 of file itkIntermodesThresholdCalculator.h.
|
inlineprotected |
Definition at line 87 of file itkIntermodesThresholdCalculator.h.
|
inlineprotectedvirtual |
Definition at line 93 of file itkIntermodesThresholdCalculator.h.
|
private |
|
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::HistogramThresholdCalculator< THistogram, TOutput >.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
|
virtual |
select whether midpoint (intermode=true) or minimum between peaks is used
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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::ProcessObject.
|
virtual |
|
virtual |
select whether midpoint (intermode=true) or minimum between peaks is used
|
private |
Definition at line 106 of file itkIntermodesThresholdCalculator.h.
|
private |
Definition at line 107 of file itkIntermodesThresholdCalculator.h.