ITK  4.2.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 Types inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >
typedef TCoordRep CoordRepType
typedef
InputImageType::IndexValueType 
IndexValueType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
- Public Types inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, TInputImage::PixelType >
typedef Point< TCoordRep,
TInputImage::ImageDimension > 
InputType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

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 ()
- Public Member Functions inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >
void ConvertContinuousIndexToNearestIndex (const ContinuousIndexType &cindex, IndexType &index) const
void ConvertPointToContinuousIndex (const PointType &point, ContinuousIndexType &cindex) const
void ConvertPointToNearestIndex (const PointType &point, IndexType &index) const
virtual TInputImage::PixelType Evaluate (const PointType &point) const =0
virtual TInputImage::PixelType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const =0
virtual TInputImage::PixelType EvaluateAtIndex (const IndexType &index) const =0
virtual const ContinuousIndexTypeGetEndContinuousIndex ()
virtual const IndexTypeGetEndIndex ()
const InputImageTypeGetInputImage () const
virtual const ContinuousIndexTypeGetStartContinuousIndex ()
virtual const IndexTypeGetStartIndex ()
virtual void SetInputImage (const InputImageType *ptr)
virtual bool IsInsideBuffer (const IndexType &index) const
virtual bool IsInsideBuffer (const ContinuousIndexType &index) const
virtual bool IsInsideBuffer (const PointType &point) const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = InputImageType::ImageDimension
- Static Public Attributes inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >

Protected Member Functions

 MedianImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~MedianImageFunction ()
- Protected Member Functions inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >
 ImageFunction ()
 ~ImageFunction ()
- Protected Member Functions inherited from itk::FunctionBase< Point< TCoordRep, TInputImage::ImageDimension >, TInputImage::PixelType >
 FunctionBase ()
 ~FunctionBase ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

Private Member Functions

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

Private Attributes

unsigned int m_NeighborhoodRadius

Additional Inherited Members

- Protected Attributes inherited from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >
ContinuousIndexType m_EndContinuousIndex
IndexType m_EndIndex
InputImageConstPointer m_Image
ContinuousIndexType m_StartContinuousIndex
IndexType m_StartIndex

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 ( )
inlineprotected

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
inlinevirtual

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
inlinevirtual

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
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::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: