18 #ifndef __itkStatisticsImageFilter_h
19 #define __itkStatisticsImageFilter_h
48 template<
typename TInputImage >
69 typedef typename TInputImage::SizeType
SizeType;
75 TInputImage::ImageDimension);
141 #ifdef ITK_USE_CONCEPT_CHECKING
167 outputRegionForThread,
188 #ifndef ITK_MANUAL_INSTANTIATION
189 #include "itkStatisticsImageFilter.hxx"
TInputImage::Pointer InputImagePointer
void BeforeThreadedGenerateData()
Light weight base class for most itk classes.
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx)
DataObject::Pointer DataObjectPointer
Array< PixelType > m_ThreadMin
Array< RealType > m_ThreadSum
SmartPointer< Self > Pointer
PixelType GetMaximum() const
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) ITK_OVERRIDE
NumericTraits< PixelType >::RealType RealType
void ThreadedGenerateData(const RegionType &outputRegionForThread, ThreadIdType threadId)
Array< SizeValueType > m_Count
void EnlargeOutputRequestedRegion(DataObject *data)
PixelType GetMinimum() const
TInputImage::PixelType PixelType
Array< PixelType > m_ThreadMax
SimpleDataObjectDecorator< RealType > RealObjectType
Decorates any "simple" data type (data types without smart pointers) with a DataObject API...
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
RealType GetVariance() const
Compute min. max, variance and mean of an Image.
Array< RealType > m_SumOfSquares
void GenerateInputRequestedRegion()
PixelObjectType * GetMaximumOutput()
TInputImage::IndexType IndexType
RealObjectType * GetMeanOutput()
void AfterThreadedGenerateData()
RealObjectType * GetVarianceOutput()
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
SmartPointer< const Self > ConstPointer
void operator=(const Self &)
static const unsigned int ImageDimension
TInputImage::RegionType RegionType
void PrintSelf(std::ostream &os, Indent indent) const
SimpleDataObjectDecorator< PixelType > PixelObjectType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
StatisticsImageFilter Self
TInputImage::SizeType SizeType
RealType GetSigma() const
Define additional traits for native types such as int or float.
RealObjectType * GetSumOutput()
RealObjectType * GetSigmaOutput()
ImageToImageFilter< TInputImage, TInputImage > Superclass
#define itkConceptMacro(name, concept)
Base class for all data objects in ITK.
PixelObjectType * GetMinimumOutput()
unsigned int ThreadIdType