ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkIntermodesThresholdCalculator.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef THistogram | HistogramType |
typedef HistogramType::InstanceIdentifier | InstanceIdentifier |
typedef TOutput | OutputType |
typedef SmartPointer< Self > | Pointer |
typedef IntermodesThresholdCalculator | Self |
typedef Object | Superclass |
Public Types inherited from itk::HistogramThresholdCalculator< THistogram, TOutput > | |
typedef SimpleDataObjectDecorator < OutputType > | DecoratedOutputType |
Public Types inherited from itk::ProcessObject | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
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 |
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.
|
protected |
Definition at line 99 of file itkIntermodesThresholdCalculator.h.
typedef SmartPointer<const Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::ConstPointer |
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
Definition at line 63 of file itkIntermodesThresholdCalculator.h.
typedef THistogram itk::IntermodesThresholdCalculator< THistogram, TOutput >::HistogramType |
Type definition for the input image.
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
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 |
output object type
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
Definition at line 73 of file itkIntermodesThresholdCalculator.h.
typedef SmartPointer<Self> itk::IntermodesThresholdCalculator< THistogram, TOutput >::Pointer |
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
Definition at line 62 of file itkIntermodesThresholdCalculator.h.
typedef IntermodesThresholdCalculator itk::IntermodesThresholdCalculator< THistogram, TOutput >::Self |
Standard class typedefs.
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
Definition at line 60 of file itkIntermodesThresholdCalculator.h.
typedef Object itk::IntermodesThresholdCalculator< THistogram, TOutput >::Superclass |
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
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.
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::HistogramThresholdCalculator< THistogram, TOutput >.
|
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.