#include <itkVectorMeanImageFunction.h>
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< 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 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 |
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 44 of file itkVectorMeanImageFunction.h.
|
Definition at line 61 of file itkVectorMeanImageFunction.h. |
|
ContinuousIndex typedef support. Definition at line 79 of file itkVectorMeanImageFunction.h. Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
Index typedef support. Definition at line 76 of file itkVectorMeanImageFunction.h. Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::VectorMeanImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
InputImageType typedef support. Definition at line 70 of file itkVectorMeanImageFunction.h. |
|
OutputType typdef support. Definition at line 73 of file itkVectorMeanImageFunction.h. |
|
Definition at line 60 of file itkVectorMeanImageFunction.h. |
|
Point typedef support. Definition at line 82 of file itkVectorMeanImageFunction.h. |
|
Datatype used for the mean Definition at line 92 of file itkVectorMeanImageFunction.h. |
|
Standard class typedefs. Definition at line 54 of file itkVectorMeanImageFunction.h. Referenced by itk::VectorMeanImageFunction< TInputImage, TCoordRep >::~VectorMeanImageFunction(). |
|
Definition at line 59 of file itkVectorMeanImageFunction.h. |
|
|
|
Definition at line 121 of file itkVectorMeanImageFunction.h. References itk::VectorMeanImageFunction< TInputImage, TCoordRep >::Self. |
|
Evaluate the function at non-integer positions Definition at line 98 of file itkVectorMeanImageFunction.h. References itk::VectorMeanImageFunction< TInputImage, TCoordRep >::IndexType. |
|
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. |
|
Evalulate the function at specified index |
|
Run-time type information (and related methods). |
|
Get/Set the radius of the neighborhood over which the statistics are evaluated |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. |
|
|
|
Get/Set the radius of the neighborhood over which the statistics are evaluated |