#include <itkGaussianBlurImageFunction.h>
Inheritance diagram for itk::GaussianBlurImageFunction< TInputImage, TOutput >:
Public Types | |
typedef GaussianBlurImageFunction | Self |
typedef ImageFunction< TInputImage, TOutput > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::PixelType | InputPixelType |
typedef Superclass::IndexType | IndexType |
typedef Superclass::ContinuousIndexType | ContinuousIndexType |
typedef NeighborhoodOperatorImageFunction< InputImageType, TOutput > | OperatorImageFunctionType |
typedef OperatorImageFunctionType::Pointer | OperatorImageFunctionPointer |
typedef GaussianOperator< TOutput, itkGetStaticConstMacro(ImageDimension) | GaussianOperatorType ) |
typedef Neighborhood< TOutput, itkGetStaticConstMacro(ImageDimension) | NeighborhoodType ) |
typedef FixedArray< NeighborhoodType, itkGetStaticConstMacro(ImageDimension) | OperatorArrayType ) |
typedef GaussianSpatialFunction< TOutput, 1 > | GaussianFunctionType |
typedef GaussianFunctionType::Pointer | GaussianFunctionPointer |
typedef Superclass::PointType | PointType |
Public Member Functions | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (ImageDimension, unsigned int, InputImageType::ImageDimension) | |
virtual TOutput | Evaluate (const PointType &point) const |
virtual TOutput | EvaluateAtIndex (const IndexType &index) const |
virtual TOutput | EvaluateAtContinuousIndex (const ContinuousIndexType &index) const |
virtual void | SetInputImage (const InputImageType *ptr) |
void | SetExtent (const double extent[ImageDimension]) |
void | SetExtent (const double extent) |
const double * | GetExtent () const |
void | SetSigma (const double sigma[ImageDimension]) |
void | SetSigma (const float sigma[ImageDimension]) |
void | SetSigma (const double sigma) |
const double * | GetSigma () const |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
GaussianBlurImageFunction () | |
GaussianBlurImageFunction (const Self &) | |
~GaussianBlurImageFunction () | |
void | operator= (const Self &) |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | RecomputeGaussianKernel () |
void | RecomputeContinuousGaussianKernel (const double offset[ImageDimension]) const |
Definition at line 38 of file itkGaussianBlurImageFunction.h.
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 51 of file itkGaussianBlurImageFunction.h. |
|
ContinuousIndex Type. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 63 of file itkGaussianBlurImageFunction.h. |
|
Definition at line 79 of file itkGaussianBlurImageFunction.h. Referenced by itk::GaussianBlurImageFunction< TInputImage, TOutput >::operator=(). |
|
Definition at line 78 of file itkGaussianBlurImageFunction.h. |
|
Definition at line 74 of file itkGaussianBlurImageFunction.h. |
|
Index Type. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 62 of file itkGaussianBlurImageFunction.h. |
|
InputImageType typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 60 of file itkGaussianBlurImageFunction.h. |
|
InputPixel typedef support Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 61 of file itkGaussianBlurImageFunction.h. |
|
Definition at line 75 of file itkGaussianBlurImageFunction.h. |
|
Definition at line 76 of file itkGaussianBlurImageFunction.h. Referenced by itk::GaussianBlurImageFunction< TInputImage, TOutput >::operator=(). |
|
Definition at line 66 of file itkGaussianBlurImageFunction.h. Referenced by itk::GaussianBlurImageFunction< TInputImage, TOutput >::operator=(). |
|
Definition at line 65 of file itkGaussianBlurImageFunction.h. |
|
Smart pointer typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 50 of file itkGaussianBlurImageFunction.h. |
|
Point typedef support. Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 82 of file itkGaussianBlurImageFunction.h. |
|
Standard "Self" typedef Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 44 of file itkGaussianBlurImageFunction.h. Referenced by itk::GaussianBlurImageFunction< TInputImage, TOutput >::GetExtent(), and itk::GaussianBlurImageFunction< TInputImage, TOutput >::~GaussianBlurImageFunction(). |
|
Standard "Superclass" typedef Reimplemented from itk::ImageFunction< TInputImage, TOutput >. Definition at line 47 of file itkGaussianBlurImageFunction.h. |
|
|
|
Definition at line 119 of file itkGaussianBlurImageFunction.h. |
|
Definition at line 121 of file itkGaussianBlurImageFunction.h. References itk::GaussianBlurImageFunction< TInputImage, TOutput >::Self. |
|
Evalutate the in the given dimension at specified point Implements itk::ImageFunction< TInputImage, TOutput >.
|
|
Evaluate the function at specified ContinousIndex position. Implements itk::ImageFunction< TInputImage, TOutput >.
|
|
Evaluate the function at specified Index position Implements itk::ImageFunction< TInputImage, TOutput >.
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageFunction< TInputImage, TOutput >.
|
|
Definition at line 115 of file itkGaussianBlurImageFunction.h. References itk::GaussianBlurImageFunction< TInputImage, TOutput >::Self. |
|
The standard deviation for the discrete Gaussian kernel. Sets the standard deviation independently for each dimension. The default is 1.0 in each dimension. If UseImageSpacing is true (default), the units are the physical units of your image. If UseImageSpacing is false then the units are pixels. Definition at line 104 of file itkGaussianBlurImageFunction.h. |
|
Dimension of the underlying image. |
|
Method for creation through the object factory. |
|
|
Reimplemented from itk::ImageFunction< TInputImage, TOutput >.
|
|
|
|
|
|
|
|
|
|
Set the input image.
Reimplemented from itk::ImageFunction< TInputImage, TOutput >.
|
|
The standard deviation for the discrete Gaussian kernel. Sets the standard deviation independently for each dimension. The default is 1.0 in each dimension. If UseImageSpacing is true (default), the units are the physical units of your image. If UseImageSpacing is false then the units are pixels. |
|
The standard deviation for the discrete Gaussian kernel. Sets the standard deviation independently for each dimension. The default is 1.0 in each dimension. If UseImageSpacing is true (default), the units are the physical units of your image. If UseImageSpacing is false then the units are pixels. |
|
The standard deviation for the discrete Gaussian kernel. Sets the standard deviation independently for each dimension. The default is 1.0 in each dimension. If UseImageSpacing is true (default), the units are the physical units of your image. If UseImageSpacing is false then the units are pixels. |