#include <itkVarianceImageFunction.h>
Inheritance diagram for itk::VarianceImageFunction< TInputImage, TCoordRep >:
Public Types | |
typedef VarianceImageFunction | 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 Member Functions | |
virtual const char * | GetNameOfClass () 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 | |
VarianceImageFunction () | |
~VarianceImageFunction () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Calculate the variance 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 itkVarianceImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 53 of file itkVarianceImageFunction.h. |
|
ContinuousIndex typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 71 of file itkVarianceImageFunction.h. Referenced by itk::VarianceImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
Index typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 68 of file itkVarianceImageFunction.h. Referenced by itk::VarianceImageFunction< TInputImage, TCoordRep >::Evaluate(), and itk::VarianceImageFunction< TInputImage, TCoordRep >::EvaluateAtContinuousIndex(). |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 62 of file itkVarianceImageFunction.h. |
|
OutputType typdef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 65 of file itkVarianceImageFunction.h. |
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 52 of file itkVarianceImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 74 of file itkVarianceImageFunction.h. |
|
Datatype used for the variance Definition at line 82 of file itkVarianceImageFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 49 of file itkVarianceImageFunction.h. Referenced by itk::VarianceImageFunction< TInputImage, TCoordRep >::~VarianceImageFunction(). |
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 51 of file itkVarianceImageFunction.h. |
|
|
|
Definition at line 112 of file itkVarianceImageFunction.h. References itk::VarianceImageFunction< TInputImage, TCoordRep >::Self. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 88 of file itkVarianceImageFunction.h. References itk::VarianceImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evaluate the function at non-integer positions Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. Definition at line 94 of file itkVarianceImageFunction.h. References itk::VarianceImageFunction< TInputImage, TCoordRep >::ContinuousIndexType, and itk::VarianceImageFunction< TInputImage, TCoordRep >::IndexType. |
|
Evalulate the function at specified index Implements itk::ImageFunction< TInputImage, TOutput, TCoordRep >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, TOutput, TCoordRep >. |
|
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. 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, TOutput, TCoordRep >. |
|
Get/Set the radius of the neighborhood over which the statistics are evaluated |