ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkAccumulateImageFilter.h>
Implements an accumulation of an image along a selected direction.
This class accumulates an image along a dimension and reduce the size of this dimension to 1. The dimension being accumulated is set by AccumulateDimension.
Each pixel is the cumulative sum of the pixels along the collapsed dimension and reduce the size of the accumulated dimension to 1 (only on the accumulated).
The dimensions of the InputImage and the OutputImage must be the same.
This class is parameterized over the type of the input image and the type of the output image.
This filter was contributed by Emiliano Beronich
Definition at line 54 of file itkAccumulateImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
AccumulateImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
unsigned int | m_AccumulateDimension |
bool | m_Average |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::AccumulateImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 61 of file itkAccumulateImageFilter.h.
typedef InputImageType::PixelType itk::AccumulateImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 73 of file itkAccumulateImageFilter.h.
typedef InputImageType::Pointer itk::AccumulateImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 71 of file itkAccumulateImageFilter.h.
typedef InputImageType::RegionType itk::AccumulateImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Definition at line 72 of file itkAccumulateImageFilter.h.
typedef TInputImage itk::AccumulateImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Definition at line 67 of file itkAccumulateImageFilter.h.
typedef OutputImageType::PixelType itk::AccumulateImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Definition at line 78 of file itkAccumulateImageFilter.h.
typedef OutputImageType::Pointer itk::AccumulateImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 76 of file itkAccumulateImageFilter.h.
typedef OutputImageType::RegionType itk::AccumulateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 77 of file itkAccumulateImageFilter.h.
typedef TOutputImage itk::AccumulateImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 75 of file itkAccumulateImageFilter.h.
typedef SmartPointer< Self > itk::AccumulateImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 60 of file itkAccumulateImageFilter.h.
typedef AccumulateImageFilter itk::AccumulateImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 58 of file itkAccumulateImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::AccumulateImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 59 of file itkAccumulateImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 118 of file itkAccumulateImageFilter.h.
|
private |
|
virtual |
Perform a division by the size of the accumulated dimension after the accumulation is done. If true, the output image is the average of the accumulated dimension, if false the output is the sum of the pixels along the selected direction. The default value is false.
|
virtual |
Perform a division by the size of the accumulated dimension after the accumulation is done. If true, the output image is the average of the accumulated dimension, if false the output is the sum of the pixels along the selected direction. The default value is false.
|
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::Object.
Reimplemented in itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
This method implements the actual accumulation of the image.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
Apply changes to the input image requested region.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Apply changes to the output image information.
Reimplemented from itk::ProcessObject.
|
virtual |
End concept checking Set the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension.
|
virtual |
Perform a division by the size of the accumulated dimension after the accumulation is done. If true, the output image is the average of the accumulated dimension, if false the output is the sum of the pixels along the selected direction. The default value is false.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >.
|
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::ImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >.
|
virtual |
End concept checking Set the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension.
|
virtual |
Perform a division by the size of the accumulated dimension after the accumulation is done. If true, the output image is the average of the accumulated dimension, if false the output is the sum of the pixels along the selected direction. The default value is false.
itk::AccumulateImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimensionOrMinusOne< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | ) |
Input and output images must be the same dimension, or the output's dimension must be one less than that of the input. Begin concept checking This class requires ImageDimensionCheck in the form of ( Concept::SameDimensionOrMinusOne< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )
|
static |
ImageDimension enumeration
Definition at line 82 of file itkAccumulateImageFilter.h.
|
private |
Definition at line 137 of file itkAccumulateImageFilter.h.
|
private |
Definition at line 138 of file itkAccumulateImageFilter.h.
|
static |
ImageDimension enumeration
Definition at line 84 of file itkAccumulateImageFilter.h.