Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::VectorMeanImageFunction< TInputImage, TCoordRep > Class Template Reference
[Image Functions]

Calculate the mean value in the neighborhood of a pixel in a Vector image. More...

#include <itkVectorMeanImageFunction.h>

List of all members.

Public Types

typedef VectorMeanImageFunction Self
typedef ImageFunction< TInputImage,
FixedArray< typename NumericTraits<
typename TInputImage::PixelType::ValueType
>::RealType,::itk::GetVectorDimension<
typename TInputImage::PixelType
>::VectorDimension >, TCoordRep > 
Superclass
typedef SmartPointer< SelfPointer
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 FixedArray< typename
NumericTraits< typename InputImageType::PixelType::ValueType
>::RealType,::itk::GetVectorDimension<
typename TInputImage::PixelType
>::VectorDimension > 
RealType

Public Member Functions

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
virtual void SetNeighborhoodRadius (unsigned int _arg)
virtual const unsigned int & GetNeighborhoodRadius ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 VectorMeanImageFunction ()
 ~VectorMeanImageFunction ()
void PrintSelf (std::ostream &os, Indent indent) const


Detailed Description

template<class TInputImage, class TCoordRep = float>
class itk::VectorMeanImageFunction< TInputImage, TCoordRep >

Calculate the mean value in the neighborhood of a pixel in a Vector image.

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).

See also:
MeanImageFunction

Definition at line 44 of file itkVectorMeanImageFunction.h.


Member Typedef Documentation

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<const Self> itk::VectorMeanImageFunction< TInputImage, TCoordRep >::ConstPointer
 

Definition at line 61 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::ContinuousIndexType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::ContinuousIndexType
 

ContinuousIndex typedef support. Definition at line 79 of file itkVectorMeanImageFunction.h.

Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex().

template<class TInputImage, class TCoordRep = float>
typedef Superclass::IndexType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::IndexType
 

Index typedef support. Definition at line 76 of file itkVectorMeanImageFunction.h.

Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex().

template<class TInputImage, class TCoordRep = float>
typedef TInputImage itk::VectorMeanImageFunction< TInputImage, TCoordRep >::InputImageType
 

InputImageType typedef support. Definition at line 70 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::OutputType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::OutputType
 

OutputType typdef support. Definition at line 73 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef SmartPointer<Self> itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Pointer
 

Definition at line 60 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef Superclass::PointType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::PointType
 

Point typedef support. Definition at line 82 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef FixedArray< typename NumericTraits<typename InputImageType::PixelType::ValueType>::RealType, ::itk::GetVectorDimension<typename TInputImage::PixelType>::VectorDimension > itk::VectorMeanImageFunction< TInputImage, TCoordRep >::RealType
 

Datatype used for the mean Definition at line 92 of file itkVectorMeanImageFunction.h.

template<class TInputImage, class TCoordRep = float>
typedef VectorMeanImageFunction itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Self
 

Standard class typedefs. Definition at line 54 of file itkVectorMeanImageFunction.h.

Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::~VectorMeanImageFunction().

template<class TInputImage, class TCoordRep = float>
typedef ImageFunction<TInputImage, FixedArray< typename NumericTraits<typename TInputImage::PixelType::ValueType>::RealType, ::itk::GetVectorDimension<typename TInputImage::PixelType>::VectorDimension >, TCoordRep > itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Superclass
 

Definition at line 59 of file itkVectorMeanImageFunction.h.


Constructor & Destructor Documentation

template<class TInputImage, class TCoordRep = float>
itk::VectorMeanImageFunction< TInputImage, TCoordRep >::VectorMeanImageFunction  )  [protected]
 

template<class TInputImage, class TCoordRep = float>
itk::VectorMeanImageFunction< TInputImage, TCoordRep >::~VectorMeanImageFunction  )  [inline, protected]
 

Definition at line 121 of file itkVectorMeanImageFunction.h.

References itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Self.


Member Function Documentation

template<class TInputImage, class TCoordRep = float>
virtual RealType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Evaluate const PointType point  )  const [inline, virtual]
 

Evaluate the function at non-integer positions Definition at line 98 of file itkVectorMeanImageFunction.h.

References itk::VectorMeanImageFunction< TInputImage, TCoordRep >::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual RealType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex const ContinuousIndexType cindex  )  const [inline, virtual]
 

Evaluate the function at non-integer positions Definition at line 104 of file itkVectorMeanImageFunction.h.

References itk::VectorMeanImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, and itk::VectorMeanImageFunction< TInputImage, TCoordRep >::IndexType.

template<class TInputImage, class TCoordRep = float>
virtual RealType itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtIndex const IndexType index  )  const [virtual]
 

Evalulate the function at specified index

template<class TInputImage, class TCoordRep = float>
virtual const char* itk::VectorMeanImageFunction< TInputImage, TCoordRep >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

template<class TInputImage, class TCoordRep = float>
virtual const unsigned int& itk::VectorMeanImageFunction< TInputImage, TCoordRep >::GetNeighborhoodRadius  )  [virtual]
 

Get/Set the radius of the neighborhood over which the statistics are evaluated

template<class TInputImage, class TCoordRep = float>
itk::VectorMeanImageFunction< TInputImage, TCoordRep >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
InputImageType::ImageDimension 
 

Dimension of the underlying image.

template<class TInputImage, class TCoordRep = float>
Pointer itk::VectorMeanImageFunction< TInputImage, TCoordRep >::New  )  [static]
 

Method for creation through the object factory.

template<class TInputImage, class TCoordRep = float>
void itk::VectorMeanImageFunction< TInputImage, TCoordRep >::PrintSelf std::ostream &  os,
Indent  indent
const [protected]
 

template<class TInputImage, class TCoordRep = float>
virtual void itk::VectorMeanImageFunction< TInputImage, TCoordRep >::SetNeighborhoodRadius unsigned int  _arg  )  [virtual]
 

Get/Set the radius of the neighborhood over which the statistics are evaluated


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:14:15 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000