ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkMedianImageFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::IndexType | IndexType |
typedef TInputImage | InputImageType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::OutputType | OutputType |
typedef SmartPointer< Self > | Pointer |
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 |
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 ).
Definition at line 47 of file itkMedianImageFunction.h.
typedef SmartPointer< const Self > itk::MedianImageFunction< TInputImage, TCoordRep >::ConstPointer |
Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
Definition at line 59 of file itkMedianImageFunction.h.
typedef Superclass::ContinuousIndexType itk::MedianImageFunction< TInputImage, TCoordRep >::ContinuousIndexType |
ContinuousIndex typedef support.
Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
Definition at line 78 of file itkMedianImageFunction.h.
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.
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.
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.
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.
typedef SmartPointer< Self > itk::MedianImageFunction< TInputImage, TCoordRep >::Pointer |
Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
Definition at line 58 of file itkMedianImageFunction.h.
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.
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.
typedef ImageFunction< TInputImage, typename TInputImage::PixelType, TCoordRep > itk::MedianImageFunction< TInputImage, TCoordRep >::Superclass |
Reimplemented from itk::ImageFunction< TInputImage, TInputImage::PixelType, TCoordRep >.
Definition at line 56 of file itkMedianImageFunction.h.
itk::MedianImageFunction< TInputImage, TCoordRep >::MedianImageFunction | ( | ) | [protected] |
itk::MedianImageFunction< TInputImage, TCoordRep >::~MedianImageFunction | ( | ) | [inline, protected] |
Definition at line 116 of file itkMedianImageFunction.h.
itk::MedianImageFunction< TInputImage, TCoordRep >::MedianImageFunction | ( | const Self & | ) | [private] |
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.
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.
virtual OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex | ( | const ContinuousIndexType & | cindex | ) | const [inline, virtual] |
Definition at line 99 of file itkMedianImageFunction.h.
virtual OutputType itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex | ( | const IndexType & | index | ) | const [virtual] |
Evalulate the function at specified index
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 >.
virtual const unsigned int& itk::MedianImageFunction< TInputImage, TCoordRep >::GetNeighborhoodRadius | ( | ) | [virtual] |
Get/Set the radius of the neighborhood over which the statistics are evaluated
static Pointer itk::MedianImageFunction< TInputImage, TCoordRep >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
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 >.
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 >.
virtual void itk::MedianImageFunction< TInputImage, TCoordRep >::SetNeighborhoodRadius | ( | unsigned int | _arg | ) | [virtual] |
Get/Set the radius of the neighborhood over which the statistics are evaluated
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.
unsigned int itk::MedianImageFunction< TInputImage, TCoordRep >::m_NeighborhoodRadius [private] |
Definition at line 123 of file itkMedianImageFunction.h.