Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
#include <mitkStatisticsImageFilter.h>
Public Types | |
using | Self = StatisticsImageFilter |
using | Superclass = itk::ImageSink< TInputImage > |
using | Pointer = itk::SmartPointer< Self > |
using | ConstPointer = itk::SmartPointer< const Self > |
using | RegionType = typename TInputImage::RegionType |
using | PixelType = typename TInputImage::PixelType |
using | RealType = typename itk::NumericTraits< PixelType >::RealType |
using | HistogramType = typename itk::Statistics::Histogram< RealType > |
using | HistogramPointer = itk::SmartPointer< HistogramType > |
using | DataObjectPointer = typename itk::DataObject::Pointer |
template<typename T > | |
using | SimpleDataObjectDecorator = itk::SimpleDataObjectDecorator< T > |
using | RealObjectType = SimpleDataObjectDecorator< RealType > |
using | PixelObjectType = SimpleDataObjectDecorator< PixelType > |
using | ProcessObject = itk::ProcessObject |
using | DataObjectIdentifierType = itk::ProcessObject::DataObjectIdentifierType |
Static Public Member Functions | |
static Pointer | New () |
Definition at line 32 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 38 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::DataObjectIdentifierType = itk::ProcessObject::DataObjectIdentifierType |
Definition at line 81 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::DataObjectPointer = typename itk::DataObject::Pointer |
Definition at line 52 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::HistogramPointer = itk::SmartPointer<HistogramType> |
Definition at line 50 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::HistogramType = typename itk::Statistics::Histogram<RealType> |
Definition at line 49 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::PixelObjectType = SimpleDataObjectDecorator<PixelType> |
Definition at line 58 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::PixelType = typename TInputImage::PixelType |
Definition at line 45 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::Pointer = itk::SmartPointer<Self> |
Definition at line 37 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::ProcessObject = itk::ProcessObject |
Definition at line 59 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::RealObjectType = SimpleDataObjectDecorator<RealType> |
Definition at line 57 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::RealType = typename itk::NumericTraits<PixelType>::RealType |
Definition at line 47 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::RegionType = typename TInputImage::RegionType |
Definition at line 44 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::Self = StatisticsImageFilter |
Definition at line 35 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::SimpleDataObjectDecorator = itk::SimpleDataObjectDecorator<T> |
Definition at line 55 of file mitkStatisticsImageFilter.h.
using mitk::StatisticsImageFilter< TInputImage >::Superclass = itk::ImageSink<TInputImage> |
Definition at line 36 of file mitkStatisticsImageFilter.h.
|
protected |
|
protected |
|
overrideprotected |
|
overrideprotected |
|
virtual |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Entropy | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Histogram | , |
HistogramPointer | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Kurtosis | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Maximum | , |
PixelType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Mean | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Median | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Minimum | , |
PixelType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | MPP | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Sigma | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Skewness | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Sum | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | SumOfCubes | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | SumOfQuadruples | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | SumOfSquares | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Uniformity | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | UPP | , |
RealType | |||
) |
mitk::StatisticsImageFilter< TInputImage >::itkGetDecoratedOutputMacro | ( | Variance | , |
RealType | |||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
override |
Make a DataObject of the correct type to be used as the specified output.
|
static |
|
overrideprotected |
void mitk::StatisticsImageFilter< TInputImage >::SetHistogramParameters | ( | unsigned int | size, |
RealType | lowerBound, | ||
RealType | upperBound | ||
) |
|
overrideprotected |