NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
itk::LightLineResponseImageFilter< TInputImage, TOutputImage > Class Template Reference

2D image filter class to compute the light line response of an image a specific scale. More...

Inheritance diagram for itk::LightLineResponseImageFilter< TInputImage, TOutputImage >:
Inheritance graph
[legend]
Collaboration diagram for itk::LightLineResponseImageFilter< TInputImage, TOutputImage >:
Collaboration graph
[legend]

Classes

struct  LightLineResponseThreadStruct
 

Public Types

typedef
LightLineResponseImageFilter 
Self
 
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
 
typedef SmartPointer< SelfPointer
 
typedef SmartPointer< const SelfConstPointer
 
typedef TInputImage InputImageType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef
InputImageType::ConstPointer 
InputImageConstPointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::SpacingType InputImageSpacingType
 
typedef InputImageType::PointType InputImagePointType
 
typedef NumericTraits
< InputImagePixelType >
::RealType 
RealType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::Pointer OutputImagePointer
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef OutputImageType::PixelType OutputImagePixelType
 
typedef OutputImageType::IndexType OutputImageIndexType
 
typedef OutputImageType::PointType OutputImagePointType
 
typedef OutputImagePointType OriginType
 
typedef unsigned char MaskPixelType
 
typedef itk::Image
< MaskPixelType,
ImageDimension > 
MaskImageType
 
typedef MaskImageType::Pointer MaskImagePointer
 
typedef itk::MaskImageFilter
< OutputImageType,
MaskImageType, OutputImageType
MaskFilterType
 
typedef MaskFilterType::Pointer MaskFilterPointer
 
typedef float InternalRealType
 
typedef Image
< InternalRealType,
TInputImage::ImageDimension > 
RealImageType
 
typedef RealImageType::Pointer RealImagePointer
 
typedef
LewisGriffinRecursiveGaussianImageFilter
< InputImageType,
RealImageType
DerivativeFilterTypeX
 
typedef
LewisGriffinRecursiveGaussianImageFilter
< RealImageType, RealImageType
DerivativeFilterTypeY
 
typedef
DerivativeFilterTypeX::OrderEnumType 
DerivativeFilterOrderEnumTypeX
 
typedef
DerivativeFilterTypeY::OrderEnumType 
DerivativeFilterOrderEnumTypeY
 
typedef
DerivativeFilterTypeX::Pointer 
DerivativeFilterPointerX
 
typedef
DerivativeFilterTypeY::Pointer 
DerivativeFilterPointerY
 

Public Member Functions

virtual const char * GetClassName () const
 
 itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension)
 
void SetDebug (bool b)
 Set the debugging output. More...
 
void DebugOn ()
 Set debugging output on. More...
 
void DebugOff ()
 Set debugging output off. More...
 
void SetVerbose (bool b)
 Set the verbose output. More...
 
void VerboseOn ()
 Set verbose output on. More...
 
void VerboseOff ()
 Set verbose output off. More...
 
void SetSigma (RealType sigma)
 
virtual void GenerateInputRequestedRegion () throw ( InvalidRequestedRegionError )
 
void SetNormalizeAcrossScale (bool normalizeInScaleSpace)
 
virtual bool GetNormalizeAcrossScale () const
 
virtual void SetEpsilon (InternalRealType _arg)
 Set the noise suppression parameter. More...
 
virtual InternalRealType GetEpsilon ()
 Get the noise suppression parameter. More...
 
virtual void SetNumberOfOrientations (unsigned int _arg)
 Set the number of orientations to quantise into. More...
 
virtual unsigned int GetNumberOfOrientations ()
 Get the number of orientations to quantise into. More...
 
void SetOrigin (OriginType o)
 Set the origin for oriented BIFs. More...
 
virtual OriginType GetOrigin ()
 Get the origin for oriented BIFs. More...
 
void SetFlipHorizontally (void)
 Set the coefficient to flip the orientation horizontally. More...
 
void SetFlipVertically (void)
 Set the coefficient to flip the orientation vertically. More...
 
void SetLocalOrientation (RealImagePointer OrientationInX, RealImagePointer OrientationInY)
 Set the local reference orientation images. More...
 
virtual void SetOrientationInY (RealImageType *_arg)
 Set the local reference orientation image in 'y'. More...
 
virtual void SetMask (MaskImageType *_arg)
 Set an optional mask image. More...
 
virtual RealImageTypeGetS11 ()
 
virtual RealImageTypeGetS20 ()
 Get a pointer to the second derivative in 'xy'. More...
 
virtual RealImageTypeGetS02 ()
 Get a pointer to the second derivative in 'xx'. More...
 
virtual RealImageTypeGetOrientation ()
 Get a pointer to the second derivative in 'yy'. More...
 
void WriteDerivativeToFile (int n, std::string filename)
 Get a pointer to the structure orientation. More...
 
void SetSingleThreadedExecution (void)
 For debugging purposes, set single threaded execution. More...
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 LightLineResponseImageFilter ()
 
virtual ~LightLineResponseImageFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
RealImagePointer GetDerivative (DerivativeFilterOrderEnumTypeX xOrder, DerivativeFilterOrderEnumTypeY yOrder)
 
virtual void BeforeThreadedGenerateData (void)
 
virtual void AfterThreadedGenerateData (void)
 
void GenerateData ()
 
void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
void EnlargeOutputRequestedRegion (DataObject *output)
 

Protected Attributes

bool m_FlagMultiThreadedExecution
 Flag to turn multithreading on or off. More...
 
bool m_FlagLocalOrientationSet
 Flag to calculate orientated BIFs using local orientation images. More...
 
unsigned int m_NumberOfOrientations
 
bool m_NormalizeAcrossScale
 
InternalRealType m_Epsilon
 Noise suppression parameter. More...
 
InternalRealType m_Sigma
 Scale. More...
 
bool m_FlagOriginSet
 Flag indicating whether the orgin has been set. More...
 
OriginType m_Origin
 The origin to use for oriented BIFs. More...
 
RealType flipHorizontally
 Coefficient to flip the orientation horizontally. More...
 
RealType flipVertically
 Coefficient to flip the orientation vertically. More...
 
RealImagePointer m_OrientationInX
 Set the local reference orientation image in 'x'. More...
 
RealImagePointer m_OrientationInY
 Set the local reference orientation image in 'y'. More...
 
MaskImagePointer m_Mask
 Optional mask image. More...
 
MaskFilterPointer m_MaskFilter
 
RealImagePointer m_S11
 Second derivative in 'xy'. More...
 
RealImagePointer m_S20
 Second derivative in 'xx'. More...
 
RealImagePointer m_S02
 Second derivative in 'yy'. More...
 
RealImagePointer m_Orientation
 Orientation of the structure. More...
 

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::LightLineResponseImageFilter< TInputImage, TOutputImage >

2D image filter class to compute the light line response of an image a specific scale.

Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef DerivativeFilterTypeX::OrderEnumType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterOrderEnumTypeX

Pointer to a derivative filter.

template<class TInputImage , class TOutputImage >
typedef DerivativeFilterTypeY::OrderEnumType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterOrderEnumTypeY
template<class TInputImage , class TOutputImage >
typedef DerivativeFilterTypeX::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterPointerX

Pointer to a derivative filtr. e

template<class TInputImage , class TOutputImage >
typedef DerivativeFilterTypeY::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterPointerY
template<class TInputImage , class TOutputImage >
typedef LewisGriffinRecursiveGaussianImageFilter< InputImageType, RealImageType > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterTypeX

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

template<class TInputImage , class TOutputImage >
typedef LewisGriffinRecursiveGaussianImageFilter< RealImageType, RealImageType > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DerivativeFilterTypeY
template<class TInputImage , class TOutputImage >
typedef InputImageType::ConstPointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImageConstPointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImagePixelType
template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImagePointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::PointType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImagePointType
template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImageRegionType
template<class TInputImage , class TOutputImage >
typedef InputImageType::SpacingType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImageSpacingType
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::InputImageType

Type of the input image

template<class TInputImage , class TOutputImage >
typedef float itk::LightLineResponseImageFilter< 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.

template<class TInputImage , class TOutputImage >
typedef MaskFilterType::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::MaskFilterPointer
template<class TInputImage , class TOutputImage >
typedef itk::MaskImageFilter< OutputImageType, MaskImageType, OutputImageType > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::MaskFilterType
template<class TInputImage , class TOutputImage >
typedef MaskImageType::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::MaskImagePointer
template<class TInputImage , class TOutputImage >
typedef itk::Image<MaskPixelType, ImageDimension> itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::MaskImageType
template<class TInputImage , class TOutputImage >
typedef unsigned char itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::MaskPixelType

Optional mask image

template<class TInputImage , class TOutputImage >
typedef OutputImagePointType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OriginType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::IndexType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImageIndexType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImagePixelType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImagePointer
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PointType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImagePointType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImageRegionType
template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::OutputImageType

Type of the output image

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef RealImageType::Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::RealImagePointer
template<class TInputImage , class TOutputImage >
typedef Image< InternalRealType, TInputImage::ImageDimension > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::RealImageType
template<class TInputImage , class TOutputImage >
typedef NumericTraits<InputImagePixelType>::RealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::RealType
template<class TInputImage , class TOutputImage >
typedef LightLineResponseImageFilter itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

template<class TInputImage , class TOutputImage >
typedef ImageToImageFilter< TInputImage,TOutputImage > itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::LightLineResponseImageFilter ( )
protected
template<class TInputImage , class TOutputImage >
virtual itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::~LightLineResponseImageFilter ( )
protectedvirtual

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::AfterThreadedGenerateData ( void  )
protectedvirtual

If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData ( void  )
protectedvirtual

If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DebugOff ( )
inline

Set debugging output off.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::DebugOn ( )
inline

Set debugging output on.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::EnlargeOutputRequestedRegion ( DataObject *  output)
protected
template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GenerateData ( )
protected

Single threaded execution, for debugging purposes ( call SetSingleThreadedExecution() )

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion ( )
throw (InvalidRequestedRegionError
)
virtual

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

See also
ImageToImageFilter::GenerateInputRequestedRegion()
template<class TInputImage , class TOutputImage >
virtual const char* itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetDerivative ( DerivativeFilterOrderEnumTypeX  xOrder,
DerivativeFilterOrderEnumTypeY  yOrder 
)
protected
template<class TInputImage , class TOutputImage >
virtual InternalRealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetEpsilon ( )
virtual

Get the noise suppression parameter.

template<class TInputImage , class TOutputImage >
virtual bool itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetNormalizeAcrossScale ( ) const
virtual
template<class TInputImage , class TOutputImage >
virtual unsigned int itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetNumberOfOrientations ( )
virtual

Get the number of orientations to quantise into.

template<class TInputImage , class TOutputImage >
virtual RealImageType* itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetOrientation ( )
virtual

Get a pointer to the second derivative in 'yy'.

template<class TInputImage , class TOutputImage >
virtual OriginType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetOrigin ( )
virtual

Get the origin for oriented BIFs.

template<class TInputImage , class TOutputImage >
virtual RealImageType* itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetS02 ( )
virtual

Get a pointer to the second derivative in 'xx'.

template<class TInputImage , class TOutputImage >
virtual RealImageType* itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetS11 ( )
virtual
template<class TInputImage , class TOutputImage >
virtual RealImageType* itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::GetS20 ( )
virtual

Get a pointer to the second derivative in 'xy'.

template<class TInputImage , class TOutputImage >
itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro ( ImageDimension  ,
unsigned  int,
TInputImage::ImageDimension   
)

Image dimension.

template<class TInputImage , class TOutputImage >
static Pointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protected
template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetDebug ( bool  b)
inline

Set the debugging output.

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetEpsilon ( InternalRealType  _arg)
virtual

Set the noise suppression parameter.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetFlipHorizontally ( void  )
inline

Set the coefficient to flip the orientation horizontally.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetFlipVertically ( void  )
inline

Set the coefficient to flip the orientation vertically.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetLocalOrientation ( RealImagePointer  OrientationInX,
RealImagePointer  OrientationInY 
)
inline

Set the local reference orientation images.

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetMask ( MaskImageType _arg)
virtual

Set an optional mask image.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetNormalizeAcrossScale ( bool  normalizeInScaleSpace)

Define which normalization factor will be used for the Gaussian

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetNumberOfOrientations ( unsigned int  _arg)
virtual

Set the number of orientations to quantise into.

template<class TInputImage , class TOutputImage >
virtual void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetOrientationInY ( RealImageType _arg)
virtual

Set the local reference orientation image in 'y'.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetOrigin ( OriginType  o)
inline

Set the origin for oriented BIFs.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetSigma ( RealType  sigma)

Set Sigma value.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetSingleThreadedExecution ( void  )
inline

For debugging purposes, set single threaded execution.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::SetVerbose ( bool  b)
inline

Set the verbose output.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData ( const OutputImageRegionType outputRegionForThread,
ThreadIdType  threadId 
)
protected

LightLineResponseImageFilter can be implemented as a multithreaded filter. Therefore, this implementation provides a ThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling ThreadedGenerateData(). ThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"

See also
ImageToImageFilter::ThreadedGenerateData(), ImageToImageFilter::GenerateData()
template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::VerboseOff ( )
inline

Set verbose output off.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::VerboseOn ( )
inline

Set verbose output on.

template<class TInputImage , class TOutputImage >
void itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::WriteDerivativeToFile ( int  n,
std::string  filename 
)

Get a pointer to the structure orientation.

Write one of the derivatives to a file ( 0 < n < 6 )

Member Data Documentation

template<class TInputImage , class TOutputImage >
RealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::flipHorizontally
protected

Coefficient to flip the orientation horizontally.

template<class TInputImage , class TOutputImage >
RealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::flipVertically
protected

Coefficient to flip the orientation vertically.

template<class TInputImage , class TOutputImage >
InternalRealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_Epsilon
protected

Noise suppression parameter.

template<class TInputImage , class TOutputImage >
bool itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_FlagLocalOrientationSet
protected

Flag to calculate orientated BIFs using local orientation images.

template<class TInputImage , class TOutputImage >
bool itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_FlagMultiThreadedExecution
protected

Flag to turn multithreading on or off.

template<class TInputImage , class TOutputImage >
bool itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_FlagOriginSet
protected

Flag indicating whether the orgin has been set.

template<class TInputImage , class TOutputImage >
MaskImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_Mask
protected

Optional mask image.

template<class TInputImage , class TOutputImage >
MaskFilterPointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_MaskFilter
protected
template<class TInputImage , class TOutputImage >
bool itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_NormalizeAcrossScale
protected

Normalize the image across scale space

template<class TInputImage , class TOutputImage >
unsigned int itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_NumberOfOrientations
protected

The number of orientations to quantise into. For example the default value, 8, results in 45 degree quantisation (eight slope orientations and four line orientations).

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_Orientation
protected

Orientation of the structure.

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_OrientationInX
protected

Set the local reference orientation image in 'x'.

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_OrientationInY
protected

Set the local reference orientation image in 'y'.

template<class TInputImage , class TOutputImage >
OriginType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_Origin
protected

The origin to use for oriented BIFs.

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_S02
protected

Second derivative in 'yy'.

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_S11
protected

Second derivative in 'xy'.

template<class TInputImage , class TOutputImage >
RealImagePointer itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_S20
protected

Second derivative in 'xx'.

template<class TInputImage , class TOutputImage >
InternalRealType itk::LightLineResponseImageFilter< TInputImage, TOutputImage >::m_Sigma
protected

Scale.


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