18 #ifndef itkMedianImageFunction_h
19 #define itkMedianImageFunction_h
46 template<
typename TInputImage,
typename TCoordRep =
float >
48 public ImageFunction< TInputImage, typename TInputImage::PixelType,
55 typedef ImageFunction< TInputImage,
typename TInputImage::PixelType,
85 InputImageType::ImageDimension);
110 itkSetMacro( NeighborhoodRadius,
unsigned int );
111 itkGetConstReferenceMacro( NeighborhoodRadius,
unsigned int );
128 #ifndef ITK_MANUAL_INSTANTIATION
129 #include "itkMedianImageFunction.hxx"
Light weight base class for most itk classes.
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > PointType
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
InputImageType::PixelType InputPixelType
InputImageType::IndexType IndexType
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > ContinuousIndexType
Control indentation during Print() invocation.
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
Evaluates a function of an image at specified position.