ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage > Class Template Reference

Computes the Hessian matrix of an image by convolution with the Second and Cross derivatives of a Gaussian. More...

#include <itkHessianRecursiveGaussianImageFilter.h>

Inheritance diagram for itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
DerivativeFilterAType::Pointer 
DerivativeFilterAPointer
typedef
RecursiveGaussianImageFilter
< InputImageType,
RealImageType
DerivativeFilterAType
typedef
DerivativeFilterBType::Pointer 
DerivativeFilterBPointer
typedef
RecursiveGaussianImageFilter
< RealImageType, RealImageType
DerivativeFilterBType
typedef GaussianFilterType::Pointer GaussianFilterPointer
typedef std::vector
< GaussianFilterPointer
GaussianFiltersArray
typedef
RecursiveGaussianImageFilter
< RealImageType, RealImageType
GaussianFilterType
typedef TInputImage InputImageType
typedef float InternalRealType
typedef PixelTraits
< OutputPixelType >::ValueType 
OutputComponentType
typedef
OutputImageAdaptorType::Pointer 
OutputImageAdaptorPointer
typedef NthElementImageAdaptor
< TOutputImage,
InternalRealType
OutputImageAdaptorType
typedef TOutputImage::Pointer OutputImagePointer
typedef TOutputImage OutputImageType
typedef OutputImageType::PixelType OutputPixelType
typedef TInputImage::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Image
< InternalRealType,::itk::GetImageDimension
< TInputImage >
::ImageDimension
RealImageType
typedef NumericTraits
< PixelType >::RealType 
RealType
typedef
HessianRecursiveGaussianImageFilter 
Self
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual void GenerateInputRequestedRegion () throw ( InvalidRequestedRegionError )
virtual const char * GetNameOfClass () const
void SetSigma (RealType sigma)
 typedef (Concept::HasPixelTraits< OutputPixelType >) OutputHasPixelTraitsCheck
 typedef (Concept::HasNumericTraits< PixelType >) InputHasNumericTraitsCheck
void SetNormalizeAcrossScale (bool normalizeInScaleSpace)
virtual bool GetNormalizeAcrossScale () const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = ::itk::GetImageDimension< TInputImage >::ImageDimension
static const unsigned int NumberOfSmoothingFilters = ::itk::GetImageDimension< TInputImage >::ImageDimension - 2

Protected Member Functions

void EnlargeOutputRequestedRegion (DataObject *output)
void GenerateData (void)
 HessianRecursiveGaussianImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~HessianRecursiveGaussianImageFilter ()

Private Member Functions

 HessianRecursiveGaussianImageFilter (const Self &)
void operator= (const Self &)

Private Attributes

DerivativeFilterAPointer m_DerivativeFilterA
DerivativeFilterBPointer m_DerivativeFilterB
OutputImageAdaptorPointer m_ImageAdaptor
bool m_NormalizeAcrossScale
GaussianFiltersArray m_SmoothingFilters

Detailed Description

template<typename TInputImage, typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
class itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >

Computes the Hessian matrix of an image by convolution with the Second and Cross derivatives of a Gaussian.

This filter is implemented using the recursive gaussian filters

Definition at line 49 of file itkHessianRecursiveGaussianImageFilter.h.


Member Typedef Documentation

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef SmartPointer< const Self > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::ConstPointer
template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef DerivativeFilterAType::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::DerivativeFilterAPointer

Pointer to a derivative filter.

Definition at line 112 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef RecursiveGaussianImageFilter< InputImageType, RealImageType > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::DerivativeFilterAType

Derivative filter type, it will be the first in the pipeline

Definition at line 100 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef DerivativeFilterBType::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::DerivativeFilterBPointer

Definition at line 113 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef RecursiveGaussianImageFilter< RealImageType, RealImageType > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::DerivativeFilterBType

Definition at line 105 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef GaussianFilterType::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GaussianFilterPointer

Pointer to a gaussian filter.

Definition at line 108 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef std::vector< GaussianFilterPointer > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GaussianFiltersArray

Definition at line 109 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef RecursiveGaussianImageFilter< RealImageType, RealImageType > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GaussianFilterType

Smoothing filter type

Definition at line 94 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef TInputImage itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::InputImageType

Pixel Type of the input image

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 60 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef float itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::InternalRealType

Define the image type for internal computations RealType is usually 'double' in NumericTraits. Here we prefer float in order to save memory.

Definition at line 76 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef PixelTraits< OutputPixelType >::ValueType itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputComponentType

Definition at line 121 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef OutputImageAdaptorType::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputImageAdaptorPointer

Definition at line 88 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef NthElementImageAdaptor< TOutputImage, InternalRealType > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputImageAdaptorType

Output Image Nth Element Adaptor This adaptor allows to use conventional scalar smoothing filters to compute each one of the components of the gradient image pixels.

Definition at line 86 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef TOutputImage::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputImagePointer

Pointer to the Output Image

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 116 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef TOutputImage itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputImageType

Type of the output Image

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 119 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef OutputImageType::PixelType itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 120 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef TInputImage::PixelType itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::PixelType

Definition at line 61 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef SmartPointer< Self > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::Pointer
template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef Image< InternalRealType, ::itk::GetImageDimension< TInputImage >::ImageDimension > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::RealImageType

Definition at line 79 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef NumericTraits< PixelType >::RealType itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::RealType

Definition at line 62 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef HessianRecursiveGaussianImageFilter itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

Definition at line 54 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::HessianRecursiveGaussianImageFilter ( ) [protected]

End concept checking

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
virtual itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::~HessianRecursiveGaussianImageFilter ( ) [inline, protected, virtual]

Definition at line 159 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::HessianRecursiveGaussianImageFilter ( const Self ) [private]

Member Function Documentation

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
virtual::itk::LightObject::Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::EnlargeOutputRequestedRegion ( DataObject ) [protected, virtual]

Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.

Reimplemented from itk::ProcessObject.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GenerateData ( void  ) [protected, virtual]

Generate Data

Reimplemented from itk::ImageSource< TOutputImage >.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
virtual void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( ) throw ( InvalidRequestedRegionError ) [virtual]

HessianRecursiveGaussianImageFilter needs all of the input to produce an output. Therefore, HessianRecursiveGaussianImageFilter needs to provide an implementation for GenerateInputRequestedRegion in order to inform the pipeline execution model.

See also:
ImageToImageFilter::GenerateInputRequestedRegion()

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
virtual const char* itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
virtual bool itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::GetNormalizeAcrossScale ( ) const [virtual]

Define which normalization factor will be used for the Gaussian

See also:
RecursiveGaussianImageFilter::SetNormalizeAcrossScale
template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
static Pointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::ImageToImageFilter< TInputImage, TOutputImage >.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::SetNormalizeAcrossScale ( bool  normalizeInScaleSpace)

Define which normalization factor will be used for the Gaussian

See also:
RecursiveGaussianImageFilter::SetNormalizeAcrossScale
template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
void itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::SetSigma ( RealType  sigma)

Set Sigma value. Sigma is measured in the units of image spacing.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< PixelType )

Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< PixelType > )

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasPixelTraits< OutputPixelType )

This class requires OutputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< OutputPixelType > )


Member Data Documentation

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
const unsigned int itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::ImageDimension = ::itk::GetImageDimension< TInputImage >::ImageDimension [static]

Image dimension.

Definition at line 66 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
DerivativeFilterAPointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::m_DerivativeFilterA [private]

Definition at line 174 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
DerivativeFilterBPointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::m_DerivativeFilterB [private]

Definition at line 175 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
OutputImageAdaptorPointer itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::m_ImageAdaptor [private]

Definition at line 176 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
bool itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::m_NormalizeAcrossScale [private]

Normalize the image across scale space

Definition at line 179 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
GaussianFiltersArray itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::m_SmoothingFilters [private]

Definition at line 173 of file itkHessianRecursiveGaussianImageFilter.h.

template<typename TInputImage , typename TOutputImage = Image< SymmetricSecondRankTensor< typename NumericTraits< typename TInputImage::PixelType >::RealType, ::itk::GetImageDimension< TInputImage >::ImageDimension >, ::itk::GetImageDimension< TInputImage >::ImageDimension >>
const unsigned int itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >::NumberOfSmoothingFilters = ::itk::GetImageDimension< TInputImage >::ImageDimension - 2 [static]

Number of smoothing filters.

Definition at line 70 of file itkHessianRecursiveGaussianImageFilter.h.


The documentation for this class was generated from the following file: