ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkMedianProjectionImageFilter.h>
Additional Inherited Members | |
Static Public Attributes inherited from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Median projection.
This class was contributed to the Insight Journal by Gaetan Lehmann. The original paper can be found at http://hdl.handle.net/1926/164
Definition at line 86 of file itkMedianProjectionImageFilter.h.
typedef SmartPointer< const Self > itk::MedianProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
Definition at line 97 of file itkMedianProjectionImageFilter.h.
typedef SmartPointer< Self > itk::MedianProjectionImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
Definition at line 96 of file itkMedianProjectionImageFilter.h.
typedef MedianProjectionImageFilter itk::MedianProjectionImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
Definition at line 91 of file itkMedianProjectionImageFilter.h.
typedef ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< typename TInputImage::PixelType > > itk::MedianProjectionImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
Definition at line 94 of file itkMedianProjectionImageFilter.h.
|
inlineprotected |
Begin concept checking End concept checking
Definition at line 111 of file itkMedianProjectionImageFilter.h.
|
inlineprotectedvirtual |
Begin concept checking End concept checking
Definition at line 112 of file itkMedianProjectionImageFilter.h.
|
private |
Begin concept checking End concept checking
|
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::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.
|
private |
Begin concept checking End concept checking
Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Functor::MedianAccumulator< TInputImage::PixelType > >.