ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkGaussianDerivativeOperator.h>
Public Types | |
typedef DerivativeOperator < TPixel, VDimension, TAllocator > | DerivativeOperatorType |
typedef GaussianOperator < TPixel, VDimension, TAllocator > | GaussianOperatorType |
typedef GaussianDerivativeOperator | Self |
typedef NeighborhoodOperator < TPixel, VDimension, TAllocator > | Superclass |
Public Types inherited from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > | |
typedef NumericTraits< TPixel > ::RealType | PixelRealType |
typedef TPixel | PixelType |
typedef Superclass::SizeType | SizeType |
typedef SliceIterator< TPixel, Self > | SliceIteratorType |
Public Types inherited from itk::Neighborhood< TPixel, VDimension, TAllocator > | |
typedef TAllocator | AllocatorType |
typedef AllocatorType::const_iterator | ConstIterator |
typedef unsigned int | DimensionValueType |
typedef AllocatorType::iterator | Iterator |
typedef SizeValueType | NeighborIndexType |
typedef Offset< VDimension > | OffsetType |
typedef SizeType::SizeValueType | SizeValueType |
Protected Types | |
typedef Superclass::CoefficientVector | CoefficientVector |
Protected Types inherited from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > |
Protected Member Functions | |
void | Fill (const CoefficientVector &coeff) |
CoefficientVector | GenerateCoefficients () |
Protected Member Functions inherited from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator > | |
virtual void | FillCenteredDirectional (const CoefficientVector &) |
void | InitializeToZero () |
Protected Member Functions inherited from itk::Neighborhood< TPixel, VDimension, TAllocator > | |
virtual void | Allocate (NeighborIndexType i) |
virtual void | ComputeNeighborhoodOffsetTable () |
virtual void | ComputeNeighborhoodStrideTable () |
void | SetSize () |
Static Protected Member Functions | |
static double | ModifiedBesselI (int, double) |
static double | ModifiedBesselI0 (double) |
static double | ModifiedBesselI1 (double) |
Private Member Functions | |
CoefficientVector | GenerateGaussianCoefficients () const |
const char * | GetNameOfClass () const |
Private Attributes | |
double | m_MaximumError |
unsigned int | m_MaximumKernelWidth |
bool | m_NormalizeAcrossScale |
unsigned int | m_Order |
double | m_Spacing |
double | m_Variance |
A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative Gaussian kernel.
GaussianDerivativeOperator can be used to calculate Gaussian derivatives by taking its inner product with to a Neighborhood (NeighborhooIterator) that is swept across an image region. It is a directional operator. N successive applications oriented along each dimensional direction will calculate separable, efficient, N-D Gaussian derivatives of an image region.
GaussianDerivativeOperator takes three parameters:
(1) The floating-point variance of the desired Gaussian function.
(2) The order of the derivative to be calculated (zero order means it performs only smoothing as a standard itk::GaussianOperator)
(3) The "maximum error" allowed in the discrete Gaussian function. "Maximum errror" is defined as the difference between the area under the discrete Gaussian curve and the area under the continuous Gaussian. Maximum error affects the Gaussian operator size. Care should be taken not to make this value too small relative to the variance lest the operator size become unreasonably large.
References: The Gaussian kernel contained in this operator was described by Tony Lindeberg (Discrete Scale-Space Theory and the Scale-Space Primal Sketch. Dissertation. Royal Institute of Technology, Stockholm, Sweden. May 1991.).
This implementation is derived from the Insight Journal paper: http://hdl.handle.net/1926/1290
Definition at line 77 of file itkGaussianDerivativeOperator.h.
|
protected |
Typedef support for coefficient vector type. Necessary to fix bug in the microsoft VC++ compiler.
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
Definition at line 157 of file itkGaussianDerivativeOperator.h.
typedef DerivativeOperator< TPixel, VDimension, TAllocator > itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::DerivativeOperatorType |
Definition at line 88 of file itkGaussianDerivativeOperator.h.
typedef GaussianOperator< TPixel, VDimension, TAllocator > itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::GaussianOperatorType |
Neighborhood operator types.
Definition at line 87 of file itkGaussianDerivativeOperator.h.
typedef GaussianDerivativeOperator itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::Self |
Standard class typedefs.
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
Definition at line 83 of file itkGaussianDerivativeOperator.h.
typedef NeighborhoodOperator< TPixel, VDimension, TAllocator > itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::Superclass |
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
Definition at line 84 of file itkGaussianDerivativeOperator.h.
itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::GaussianDerivativeOperator | ( | ) |
Constructor.
itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::GaussianDerivativeOperator | ( | const Self & | other | ) |
Copy constructor
|
inlineprotectedvirtual |
Arranges coefficients spatially in the memory buffer.
Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
Definition at line 175 of file itkGaussianDerivativeOperator.h.
|
protectedvirtual |
Calculates operator coefficients.
Implements itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
|
private |
|
inline |
Definition at line 136 of file itkGaussianDerivativeOperator.h.
|
inlineprivate |
For compatibility with itkWarningMacro
Definition at line 184 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the flag for calculating scale-space normalized derivatives.
Normalized derivatives are obtained multiplying by the scale parameter $t^1/order$. This use useful for scale-space selection algorithms such as blob detection. The scaling results in the value of the derivatives being independent of the size of an object.
Definition at line 109 of file itkGaussianDerivativeOperator.h.
|
inline |
Sets/Get the order of the derivative.
Definition at line 149 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the spacing for the direction of this kernel.
Definition at line 122 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the variance of the Gaussian kernel.
Definition at line 117 of file itkGaussianDerivativeOperator.h.
|
staticprotected |
Returns the value of the modified Bessel function Ik(x) at a point x>=0, where k>=2.
|
staticprotected |
Returns the value of the modified Bessel function I0(x) at a point x >= 0.
|
staticprotected |
Returns the value of the modified Bessel function I1(x) at a point x, x real.
|
virtual |
Set/Get the flag for calculating scale-space normalized derivatives.
Normalized derivatives are obtained multiplying by the scale parameter $t^1/order$. This use useful for scale-space selection algorithms such as blob detection. The scaling results in the value of the derivatives being independent of the size of an object.
|
virtual |
Set/Get the flag for calculating scale-space normalized derivatives.
Normalized derivatives are obtained multiplying by the scale parameter $t^1/order$. This use useful for scale-space selection algorithms such as blob detection. The scaling results in the value of the derivatives being independent of the size of an object.
Self& itk::GaussianDerivativeOperator< TPixel, VDimension, TAllocator >::operator= | ( | const Self & | other | ) |
Assignment operator
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
|
virtual |
Prints member variables
Reimplemented from itk::NeighborhoodOperator< TPixel, VDimension, TAllocator >.
|
inline |
Set/Get the desired maximum error of the gaussian approximation. Maximum error is the difference between the area under the discrete Gaussian curve and the area under the continuous Gaussian. Maximum error affects the Gaussian operator size. The value is clamped between 0.00001 and 0.99999.
Definition at line 129 of file itkGaussianDerivativeOperator.h.
|
inline |
Sets/Get a limit for growth of the kernel. Small maximum error values with large variances will yield very large kernel sizes. This value can be used to truncate a kernel in such instances. A warning will be given on truncation of the kernel.
Definition at line 142 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the flag for calculating scale-space normalized derivatives.
Normalized derivatives are obtained multiplying by the scale parameter $t^1/order$. This use useful for scale-space selection algorithms such as blob detection. The scaling results in the value of the derivatives being independent of the size of an object.
Definition at line 108 of file itkGaussianDerivativeOperator.h.
|
inline |
Sets/Get the order of the derivative.
Definition at line 148 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the spacing for the direction of this kernel.
Definition at line 121 of file itkGaussianDerivativeOperator.h.
|
inline |
Set/Get the variance of the Gaussian kernel.
Definition at line 116 of file itkGaussianDerivativeOperator.h.
|
private |
Difference between the areas under the curves of the continuous and discrete Gaussian functions.
Definition at line 197 of file itkGaussianDerivativeOperator.h.
|
private |
Maximum kernel size allowed. This value is used to truncate a kernel that has grown too large. A warning is given when the specified maximum error causes the kernel to exceed this size.
Definition at line 202 of file itkGaussianDerivativeOperator.h.
|
private |
Normalize derivatives across scale space
Definition at line 190 of file itkGaussianDerivativeOperator.h.
|
private |
Order of the derivative.
Definition at line 205 of file itkGaussianDerivativeOperator.h.
|
private |
Spacing in the direction of this kernel.
Definition at line 208 of file itkGaussianDerivativeOperator.h.
|
private |
Desired variance of the discrete Gaussian function.
Definition at line 193 of file itkGaussianDerivativeOperator.h.