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,
178 void operator=(const Self &);
188 #ifndef ITK_MANUAL_INSTANTIATION
189 #include "itkStatisticsImageFilter.hxx"
Array class with size defined at construction time.
void EnlargeOutputRequestedRegion(DataObject *data) override
TInputImage::Pointer InputImagePointer
virtual ProcessObject::DataObjectPointer MakeOutput(ProcessObject::DataObjectPointerArraySizeType idx) override
Light weight base class for most itk classes.
DataObject::Pointer DataObjectPointer
Array< PixelType > m_ThreadMin
Array< RealType > m_ThreadSum
SmartPointer< Self > Pointer
PixelType GetMaximum() const
NumericTraits< PixelType >::RealType RealType
Array< SizeValueType > m_Count
unsigned long SizeValueType
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
PixelType GetMinimum() const
TInputImage::PixelType PixelType
Array< PixelType > m_ThreadMax
void GenerateInputRequestedRegion() override
SimpleDataObjectDecorator< RealType > RealObjectType
void BeforeThreadedGenerateData() override
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
PixelObjectType * GetMaximumOutput()
TInputImage::IndexType IndexType
RealObjectType * GetMeanOutput()
unsigned int ThreadIdType
RealObjectType * GetVarianceOutput()
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
static const unsigned int ImageDimension
TInputImage::RegionType RegionType
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.
void AllocateOutputs() override
RealObjectType * GetSumOutput()
RealObjectType * GetSigmaOutput()
ImageToImageFilter< TInputImage, TInputImage > Superclass
#define itkConceptMacro(name, concept)
void AfterThreadedGenerateData() override
void ThreadedGenerateData(const RegionType &outputRegionForThread, ThreadIdType threadId) override
Base class for all data objects in ITK.
PixelObjectType * GetMinimumOutput()