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

#include <itkLaplacianImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef InputImageType::Pointer InputImagePointer
typedef TInputImage InputImageType
typedef TOutputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef LaplacianImageFilter 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
 typedef (Concept::IsFloatingPoint< InputPixelType >) InputPixelTypeIsFloatingPointCheck
 typedef (Concept::IsFloatingPoint< OutputPixelType >) OutputPixelTypeIsFloatingPointCheck
 typedef (Concept::SameDimension< InputImageDimension, ImageDimension >) SameDimensionCheck
virtual void UseImageSpacingOff ()
virtual void UseImageSpacingOn ()
virtual void SetUseImageSpacing (bool _arg)
virtual bool GetUseImageSpacing () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

void GenerateData ()
 LaplacianImageFilter ()
void PrintSelf (std::ostream &, Indent) const
virtual ~LaplacianImageFilter ()

Private Member Functions

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

Private Attributes

bool m_UseImageSpacing
typedef TOutputImage::PixelType OutputPixelType
typedef
TOutputImage::InternalPixelType 
OutputInternalPixelType
typedef TInputImage::PixelType InputPixelType
typedef
TInputImage::InternalPixelType 
InputInternalPixelType
static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int ImageDimension = TOutputImage::ImageDimension

Detailed Description

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

This filter computes the Laplacian of a scalar-valued image. The Laplacian is an isotropic measure of the 2nd spatial derivative of an image. The Laplacian of an image highlights regions of rapid intensity change and is therefore often used for edge detection. Often, the Laplacian is applied to an image that has first been smoothed with a Gaussian filter in order to reduce its sensitivity to noise.

The Laplacian at each pixel location is computed by convolution with the itk::LaplacianOperator.
Inputs and Outputs
The input to this filter is a scalar-valued itk::Image of arbitrary dimension. The output is a scalar-valued itk::Image.
Warning:
The pixel type of the input and output images must be of real type (float or double). ConceptChecking is used here to enforce the input pixel type. You will get a compilation error if the pixel type of the input and output images is not float or double.
See also:
Image
Neighborhood
NeighborhoodOperator
NeighborhoodIterator
LaplacianOperator
Wiki Examples:

Definition at line 62 of file itkLaplacianImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::LaplacianImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputImagePointer
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputImageType

Image typedef support.

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

Definition at line 84 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TInputImage::InternalPixelType itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputInternalPixelType

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 76 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TInputImage::PixelType itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputPixelType

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 75 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::LaplacianImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 85 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage::InternalPixelType itk::LaplacianImageFilter< TInputImage, TOutputImage >::OutputInternalPixelType

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 74 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage::PixelType itk::LaplacianImageFilter< TInputImage, TOutputImage >::OutputPixelType

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 73 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::LaplacianImageFilter< TInputImage, TOutputImage >::Pointer

Smart pointer typedef support.

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

Definition at line 89 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef LaplacianImageFilter itk::LaplacianImageFilter< TInputImage, TOutputImage >::Self

Standard "Self" & Superclass typedef.

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

Definition at line 68 of file itkLaplacianImageFilter.h.

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

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::LaplacianImageFilter< TInputImage, TOutputImage >::LaplacianImageFilter ( ) [inline, protected]

End concept checking

Definition at line 131 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual itk::LaplacianImageFilter< TInputImage, TOutputImage >::~LaplacianImageFilter ( ) [inline, protected, virtual]

Definition at line 136 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::LaplacianImageFilter< TInputImage, TOutputImage >::LaplacianImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::LaplacianImageFilter< 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<class TInputImage , class TOutputImage >
void itk::LaplacianImageFilter< TInputImage, TOutputImage >::GenerateData ( ) [protected, virtual]

Standard pipeline method. While this class does not implement a ThreadedGenerateData(), its GenerateData() delegates all calculations to an NeighborhoodOperatorImageFilter. Since the NeighborhoodOperatorImageFilter is multithreaded, this filter is multithreaded by default.

Reimplemented from itk::ImageSource< TOutputImage >.

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

LaplacianImageFilter needs a larger input requested region than the output requested region (larger in the direction of the derivative). As such, LaplacianImageFilter 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<class TInputImage , class TOutputImage >
virtual const char* itk::LaplacianImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods)

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

template<class TInputImage , class TOutputImage >
virtual bool itk::LaplacianImageFilter< TInputImage, TOutputImage >::GetUseImageSpacing ( ) const [virtual]

Set/Get whether or not the filter will use the spacing of the input image in its calculations

template<class TInputImage , class TOutputImage >
static Pointer itk::LaplacianImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage , class TOutputImage >
void itk::LaplacianImageFilter< 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<class TInputImage , class TOutputImage >
void itk::LaplacianImageFilter< 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<class TInputImage , class TOutputImage >
virtual void itk::LaplacianImageFilter< TInputImage, TOutputImage >::SetUseImageSpacing ( bool  _arg) [virtual]

Set/Get whether or not the filter will use the spacing of the input image in its calculations

template<class TInputImage , class TOutputImage >
itk::LaplacianImageFilter< TInputImage, TOutputImage >::typedef ( Concept::IsFloatingPoint< OutputPixelType )

This class requires OutputPixelTypeIsFloatingPointCheck in the form of ( Concept::IsFloatingPoint< OutputPixelType > )

template<class TInputImage , class TOutputImage >
itk::LaplacianImageFilter< TInputImage, TOutputImage >::typedef ( Concept::IsFloatingPoint< InputPixelType )

This class requires InputPixelTypeIsFloatingPointCheck in the form of ( Concept::IsFloatingPoint< InputPixelType > )

template<class TInputImage , class TOutputImage >
itk::LaplacianImageFilter< TInputImage, TOutputImage >::typedef ( Concept::SameDimension< InputImageDimension, ImageDimension )

Begin concept checking This class requires SameDimensionCheck in the form of ( Concept::SameDimension< InputImageDimension, ImageDimension > )

template<class TInputImage , class TOutputImage >
virtual void itk::LaplacianImageFilter< TInputImage, TOutputImage >::UseImageSpacingOff ( ) [virtual]
template<class TInputImage , class TOutputImage >
virtual void itk::LaplacianImageFilter< TInputImage, TOutputImage >::UseImageSpacingOn ( ) [virtual]

Enable/Disable using the image spacing information in calculations. Use this option if you want derivatives in physical space. Default is UseImageSpacingOn.


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::LaplacianImageFilter< TInputImage, TOutputImage >::ImageDimension = TOutputImage::ImageDimension [static]

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

Definition at line 80 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static]

Extract some information from the image types. Dimensionality of the two images is assumed to be the same.

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

Definition at line 78 of file itkLaplacianImageFilter.h.

template<class TInputImage , class TOutputImage >
bool itk::LaplacianImageFilter< TInputImage, TOutputImage >::m_UseImageSpacing [private]

Definition at line 150 of file itkLaplacianImageFilter.h.


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