#include <itkMedianImageFunction.h>
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 * | GetClassName () 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.
|
Definition at line 53 of file itkMedianImageFunction.h. |
|
ContinuousIndex typedef support. Definition at line 72 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
Index typedef support. Definition at line 69 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::MedianImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
InputImageType typedef support. Definition at line 62 of file itkMedianImageFunction.h. |
|
Definition at line 63 of file itkMedianImageFunction.h. |
|
OutputType typedef support. Definition at line 66 of file itkMedianImageFunction.h. |
|
Definition at line 52 of file itkMedianImageFunction.h. |
|
Point typedef support. Definition at line 75 of file itkMedianImageFunction.h. |
|
Standard class typedefs. Definition at line 49 of file itkMedianImageFunction.h. Referenced by itk::MedianImageFunction< TInputImage, TCoordRep >::~MedianImageFunction(). |
|
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 Definition at line 85 of file itkMedianImageFunction.h. References itk::MedianImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evaluate the function at non-integer positions 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 |
|
Run-time type information (and related methods). |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. |
|
|