ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBoxMeanImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
BoxMeanImageFilter (const Self &) | |
void | operator= (const Self &) |
Implements a fast rectangular mean filter using the accumulator approach.
This code was contributed in the Insight Journal paper: "Efficient implementation of kernel filtering" by Beare R., Lehmann G http://hdl.handle.net/1926/555 http://www.insight-journal.org/browse/publication/160
Definition at line 43 of file itkBoxMeanImageFilter.h.
typedef SmartPointer< const Self > itk::BoxMeanImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 51 of file itkBoxMeanImageFilter.h.
typedef TInputImage::IndexType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::IndexType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 65 of file itkBoxMeanImageFilter.h.
typedef TInputImage itk::BoxMeanImageFilter< TInputImage, TOutputImage >::InputImageType |
Image related typedefs.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 58 of file itkBoxMeanImageFilter.h.
typedef TInputImage::OffsetType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::OffsetType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkBoxMeanImageFilter.h.
typedef Superclass::OutputImageRegionType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkBoxMeanImageFilter.h.
typedef TOutputImage itk::BoxMeanImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkBoxMeanImageFilter.h.
typedef TOutputImage::PixelType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkBoxMeanImageFilter.h.
typedef TInputImage::PixelType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 66 of file itkBoxMeanImageFilter.h.
typedef SmartPointer< Self > itk::BoxMeanImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 50 of file itkBoxMeanImageFilter.h.
typedef TInputImage::RegionType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::RegionType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 63 of file itkBoxMeanImageFilter.h.
typedef BoxMeanImageFilter itk::BoxMeanImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 48 of file itkBoxMeanImageFilter.h.
typedef TInputImage::SizeType itk::BoxMeanImageFilter< TInputImage, TOutputImage >::SizeType |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkBoxMeanImageFilter.h.
typedef BoxImageFilter< TInputImage, TOutputImage > itk::BoxMeanImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
Definition at line 49 of file itkBoxMeanImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
Definition at line 88 of file itkBoxMeanImageFilter.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::BoxImageFilter< TInputImage, TOutputImage >.
|
virtual |
Runtime information support.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::BoxImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Multi-thread version GenerateData.
Reimplemented from itk::ImageSource< TOutputImage >.
itk::BoxMeanImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | ) |
Begin concept checking This class requires SameDimension in the form of ( Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > )
|
static |
Image related typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 75 of file itkBoxMeanImageFilter.h.
|
static |
Image related typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 73 of file itkBoxMeanImageFilter.h.