ITK
5.2.0
Insight Toolkit
|
#include <itkGetAverageSliceImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::AccumulateImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
unsigned int | m_AveragedOutDimension |
virtual unsigned int | GetAveragedOutDimension () const |
virtual void | SetAveragedOutDimension (unsigned int _arg) |
GetAverageSliceImageFilter () | |
~GetAverageSliceImageFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
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.
using itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 57 of file itkGetAverageSliceImageFilter.h.
using itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 56 of file itkGetAverageSliceImageFilter.h.
using itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Self = GetAverageSliceImageFilter |
Standard class type aliases.
Definition at line 54 of file itkGetAverageSliceImageFilter.h.
using itk::GetAverageSliceImageFilter< TInputImage, TOutputImage >::Superclass = AccumulateImageFilter<TInputImage, TOutputImage> |
Definition at line 55 of file itkGetAverageSliceImageFilter.h.
|
protected |
Set the direction in which to reflect the data.
|
overrideprotecteddefault |
Set the direction in which to reflect the data.
|
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.
|
overrideprotectedvirtual |
Set the direction in which to reflect the data.
Reimplemented from itk::AccumulateImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the direction in which to reflect the data.
|
private |
Set the direction in which to reflect the data.
Definition at line 77 of file itkGetAverageSliceImageFilter.h.