ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::MedianImageFunction< TInputImage, TCoordRep > Class Template Reference

#include <itkMedianImageFunction.h>

+ Inheritance diagram for itk::MedianImageFunction< TInputImage, TCoordRep >:
+ Collaboration diagram for itk::MedianImageFunction< TInputImage, TCoordRep >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::ContinuousIndexType 
ContinuousIndexType
typedef Superclass::IndexType IndexType
typedef TInputImage InputImageType
typedef Superclass::InputPixelType InputPixelType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef Superclass::PointType PointType
typedef MedianImageFunction Self
typedef ImageFunction
< TInputImage, typename
TInputImage::PixelType,
TCoordRep > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual OutputType Evaluate (const PointType &point) const
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const
virtual OutputType EvaluateAtIndex (const IndexType &index) const
virtual const char * GetNameOfClass () const
virtual void SetNeighborhoodRadius (unsigned int _arg)
virtual const unsigned int & GetNeighborhoodRadius ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = InputImageType::ImageDimension

Protected Member Functions

 MedianImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~MedianImageFunction ()

Private Member Functions

 MedianImageFunction (const Self &)
void operator= (const Self &)

Private Attributes

unsigned int m_NeighborhoodRadius

Detailed Description

template<class TInputImage, class TCoordRep = float>
class itk::MedianImageFunction< TInputImage, TCoordRep >

Calculate the median value in the neighborhood of a pixel.

Calculate the median pixel value over the standard 8, 26, etc. connected neighborhood. This calculation uses a ZeroFluxNeumannBoundaryCondition.

If called with a ContinuousIndex or Point, the calculation is performed at the nearest neighbor.

This class is templated over the input image type and the coordinate representation type (e.g. float or double ).

Wiki Examples:

Definition at line 47 of file itkMedianImageFunction.h.


Member Typedef Documentation

template<class TInputImage , class TCoordRep = float>
typedef SmartPointer< const Self > itk::MedianImageFunction< TInputImage, TCoordRep >::ConstPointer
template<class TInputImage , class TCoordRep = float>
typedef Superclass::ContinuousIndexType itk::MedianImageFunction< TInputImage, TCoordRep >::ContinuousIndexType
template<class TInputImage , class TCoordRep = float>
typedef Superclass::IndexType itk::MedianImageFunction< TInputImage, TCoordRep >::IndexType

Index typedef support.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 75 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef TInputImage itk::MedianImageFunction< TInputImage, TCoordRep >::InputImageType

InputImageType typedef support.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 65 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef Superclass::InputPixelType itk::MedianImageFunction< TInputImage, TCoordRep >::InputPixelType

InputPixel typedef support

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 69 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef Superclass::OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::OutputType

OutputType typedef support.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 72 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef SmartPointer< Self > itk::MedianImageFunction< TInputImage, TCoordRep >::Pointer
template<class TInputImage , class TCoordRep = float>
typedef Superclass::PointType itk::MedianImageFunction< TInputImage, TCoordRep >::PointType

Point typedef support.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 81 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef MedianImageFunction itk::MedianImageFunction< TInputImage, TCoordRep >::Self

Standard class typedefs.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 54 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
typedef ImageFunction< TInputImage, typename TInputImage::PixelType, TCoordRep > itk::MedianImageFunction< TInputImage, TCoordRep >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TCoordRep = float>
itk::MedianImageFunction< TInputImage, TCoordRep >::MedianImageFunction ( ) [protected]
template<class TInputImage , class TCoordRep = float>
itk::MedianImageFunction< TInputImage, TCoordRep >::~MedianImageFunction ( ) [inline, protected]

Definition at line 116 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
itk::MedianImageFunction< TInputImage, TCoordRep >::MedianImageFunction ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TCoordRep = float>
virtual::itk::LightObject::Pointer itk::MedianImageFunction< TInputImage, TCoordRep >::CreateAnother ( void  ) const [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::Object.

template<class TInputImage , class TCoordRep = float>
virtual OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::Evaluate ( const PointType point) const [inline, virtual]

Evaluate the function at non-integer positions

Definition at line 91 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
virtual OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex ( const ContinuousIndexType cindex) const [inline, virtual]

Definition at line 99 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
virtual OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex ( const IndexType index) const [virtual]

Evalulate the function at specified index

template<class TInputImage , class TCoordRep = float>
virtual const char* itk::MedianImageFunction< TInputImage, TCoordRep >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

template<class TInputImage , class TCoordRep = float>
virtual const unsigned int& itk::MedianImageFunction< TInputImage, TCoordRep >::GetNeighborhoodRadius ( ) [virtual]

Get/Set the radius of the neighborhood over which the statistics are evaluated

template<class TInputImage , class TCoordRep = float>
static Pointer itk::MedianImageFunction< TInputImage, TCoordRep >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage , class TCoordRep = float>
void itk::MedianImageFunction< TInputImage, TCoordRep >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

template<class TInputImage , class TCoordRep = float>
void itk::MedianImageFunction< TInputImage, TCoordRep >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

template<class TInputImage , class TCoordRep = float>
virtual void itk::MedianImageFunction< TInputImage, TCoordRep >::SetNeighborhoodRadius ( unsigned int  _arg) [virtual]

Get/Set the radius of the neighborhood over which the statistics are evaluated


Member Data Documentation

template<class TInputImage , class TCoordRep = float>
const unsigned int itk::MedianImageFunction< TInputImage, TCoordRep >::ImageDimension = InputImageType::ImageDimension [static]

Dimension of the underlying image.

Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.

Definition at line 85 of file itkMedianImageFunction.h.

template<class TInputImage , class TCoordRep = float>
unsigned int itk::MedianImageFunction< TInputImage, TCoordRep >::m_NeighborhoodRadius [private]

Definition at line 123 of file itkMedianImageFunction.h.


The documentation for this class was generated from the following file: