#include <itkAccumulateImageFilter.h>
Inheritance diagram for itk::AccumulateImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef AccumulateImageFilter | Self |
typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::PixelType | OutputImagePixelType |
enum | { ImageDimensionCheck = 0 } |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (InputImageDimension, unsigned int, TInputImage::ImageDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual unsigned int | GetAccumulateDimension () |
virtual void | SetAccumulateDimension (unsigned int _arg) |
virtual void | SetAverage (bool _arg) |
virtual bool | GetAverage () |
virtual void | AverageOn () |
virtual void | AverageOff () |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
AccumulateImageFilter () | |
virtual | ~AccumulateImageFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | GenerateOutputInformation () |
virtual void | GenerateInputRequestedRegion () |
void | GenerateData (void) |
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.
Definition at line 52 of file itkAccumulateImageFilter.h.
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 59 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 71 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 69 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 70 of file itkAccumulateImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 68 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 75 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 73 of file itkAccumulateImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 74 of file itkAccumulateImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 72 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 58 of file itkAccumulateImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 56 of file itkAccumulateImageFilter.h. |
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 57 of file itkAccumulateImageFilter.h. |
|
Input and output images must be the same dimension. Definition at line 88 of file itkAccumulateImageFilter.h. |
|
|
|
Definition at line 111 of file itkAccumulateImageFilter.h. |
|
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.* |
|
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.* |
|
This method implements the actual accumulation of the image.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Apply changes to the input image requested region. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Apply changes to the output image information. Reimplemented from itk::ProcessObject. |
|
Set the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension. |
|
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.* |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
ImageDimension enumeration Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
ImageDimension enumeration Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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 >. |
|
Set the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension. |
|
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.* |