#include <itkMedianImageFunction.h>
Inheritance diagram for itk::MedianImageFunction< TInputImage, TCoordRep >:
Public Types | |
typedef MedianImageFunction | Self |
typedef ImageFunction< TInputImage, typename TInputImage::PixelType, TCoordRep > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::PointType | PointType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual OutputType | EvaluateAtIndex (const IndexType &index) const |
virtual OutputType | Evaluate (const PointType &point) const |
virtual OutputType | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
MedianImageFunction () | |
~MedianImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
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 42 of file itkMedianImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 53 of file itkMedianImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 72 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
Index typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 69 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 62 of file itkMedianImageFunction.h. |
|
InputPixel typedef support Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 63 of file itkMedianImageFunction.h. |
|
OutputType typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 66 of file itkMedianImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 52 of file itkMedianImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 75 of file itkMedianImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 49 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::~MedianImageFunction(). |
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 51 of file itkMedianImageFunction.h. |
|
|
|
Definition at line 102 of file itkMedianImageFunction.h. References itk::MedianImageFunction< TInputImage, TCoordRep >::Self. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 85 of file itkMedianImageFunction.h. References itk::MedianImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 91 of file itkMedianImageFunction.h. References itk::MedianImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, and itk::MedianImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evalulate the function at specified index Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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, TOutput, TCoordRep >. |