#include <itkMeanImageFunction.h>
Inheritance diagram for itk::MeanImageFunction:
Public Types | |
typedef MeanImageFunction | Self |
typedef ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordRep > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef Superclass::PointType | PointType |
typedef NumericTraits< typename InputImageType::PixelType >::RealType | RealType |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual RealType | EvaluateAtIndex (const IndexType &index) const |
virtual RealType | Evaluate (const PointType &point) const |
virtual RealType | EvaluateAtContinuousIndex (const ContinuousIndexType &cindex) const |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
MeanImageFunction () | |
~MeanImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Calculate the mean 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 itkMeanImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 55 of file itkMeanImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 73 of file itkMeanImageFunction.h. |
|
Index typedef support. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 70 of file itkMeanImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 64 of file itkMeanImageFunction.h. |
|
OutputType typdef support. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 67 of file itkMeanImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 54 of file itkMeanImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 76 of file itkMeanImageFunction.h. |
|
Datatype used for the mean Definition at line 84 of file itkMeanImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 50 of file itkMeanImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 53 of file itkMeanImageFunction.h. |
|
|
|
Definition at line 107 of file itkMeanImageFunction.h. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 90 of file itkMeanImageFunction.h. References HardConnectedComponentImageFilter::IndexType. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. Definition at line 96 of file itkMeanImageFunction.h. References HardConnectedComponentImageFilter::IndexType. |
|
Evalulate the function at specified index Implements itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, NumericTraits< TInputImage::PixelType >::RealType, 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, NumericTraits< TInputImage::PixelType >::RealType, TCoordRep >. |