ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkGetAverageSliceImageFilter.h>
Averages a single dimension of an image.
This class averages an image along a dimension and reduces the size of this dimension to 1. The dimension being averaged is set by AveragedOutDimension.
Each pixel is the average of the pixels along the collapsed dimension and reduce the size of the averaged dimension to 1 (only on the averaged dimension).
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 48 of file itkGetAverageSliceImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AccumulateImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Private Member Functions | |
GetAverageSliceImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
unsigned int | m_AveragedOutDimension |
Additional Inherited Members | |
Static Public Attributes inherited from itk::AccumulateImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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 ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 55 of file itkGetAverageSliceImageFilter.h.
typedef SmartPointer< Self > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 54 of file itkGetAverageSliceImageFilter.h.
typedef GetAverageSliceImageFilter itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 52 of file itkGetAverageSliceImageFilter.h.
typedef AccumulateImageFilter< TInputImage, TOutputImage > itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 53 of file itkGetAverageSliceImageFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 70 of file itkGetAverageSliceImageFilter.h.
|
private |
|
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::AccumulateImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the direction in which to reflect the data.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::AccumulateImageFilter< 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::AccumulateImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the direction in which to reflect the data.
|
private |
Definition at line 77 of file itkGetAverageSliceImageFilter.h.