Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage > Class Template Reference
[Image Feature Extraction Filters]

#include <itkLaplacianSharpeningImageFilter.h>

Inheritance diagram for itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef LaplacianSharpeningImageFilter Self
typedef ImageToImageFilter<
TInputImage, TOutputImage > 
Superclass
typedef TOutputImage::PixelType OutputPixelType
typedef TOutputImage::InternalPixelType OutputInternalPixelType
typedef NumericTraits< OutputPixelType
>::RealType 
RealType
typedef TInputImage::PixelType InputPixelType
typedef TInputImage::InternalPixelType InputInternalPixelType
typedef TInputImage InputImageType
typedef TOutputImage OutputImageType
typedef InputImageType::Pointer InputImagePointer
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

 itkStaticConstMacro (ImageDimension, unsigned int, TOutputImage::ImageDimension)
virtual const char * GetNameOfClass () const
virtual void GenerateInputRequestedRegion () throw (InvalidRequestedRegionError)
void SetUseImageSpacingOn ()
void SetUseImageSpacingOff ()
virtual void SetUseImageSpacing (bool _arg)
virtual bool GetUseImageSpacing ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Detailed Description

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

This filter sharpens an image using a Laplacian. LaplacianSharpening highlights regions of rapid intensity change and therefore highlights or enhances the edges. The result is an image that appears more in focus.

The LaplacianSharpening 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.
See also:
Image

Neighborhood

NeighborhoodOperator

NeighborhoodIterator

LaplacianOperator

Definition at line 48 of file itkLaplacianSharpeningImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::ConstPointer
 

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

Definition at line 74 of file itkLaplacianSharpeningImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef InputImageType::Pointer itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::InputImagePointer
 

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

Definition at line 70 of file itkLaplacianSharpeningImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef TInputImage itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::InputImageType
 

Image typedef support.

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

Definition at line 68 of file itkLaplacianSharpeningImageFilter.h.

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

Definition at line 63 of file itkLaplacianSharpeningImageFilter.h.

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

Definition at line 62 of file itkLaplacianSharpeningImageFilter.h.

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

Some convenient typedefs.

Reimplemented from itk::ImageSource< TOutputImage >.

Definition at line 69 of file itkLaplacianSharpeningImageFilter.h.

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

Definition at line 60 of file itkLaplacianSharpeningImageFilter.h.

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

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

Definition at line 59 of file itkLaplacianSharpeningImageFilter.h.

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

Smart pointer typedef support.

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

Definition at line 73 of file itkLaplacianSharpeningImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef NumericTraits<OutputPixelType>::RealType itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::RealType
 

Definition at line 61 of file itkLaplacianSharpeningImageFilter.h.

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

Standard "Self" & Superclass typedef.

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

Definition at line 54 of file itkLaplacianSharpeningImageFilter.h.

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

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

Definition at line 55 of file itkLaplacianSharpeningImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 110 of file itkLaplacianSharpeningImageFilter.h.

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

Definition at line 114 of file itkLaplacianSharpeningImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
void itk::LaplacianSharpeningImageFilter< 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::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion  )  throw (InvalidRequestedRegionError) [virtual]
 

LaplacianSharpeningImageFilter needs a larger input requested region than the output requested region (larger in the direction of the derivative). As such, LaplacianSharpeningImageFilter 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::LaplacianSharpeningImageFilter< 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::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::GetUseImageSpacing  )  [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::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::itkStaticConstMacro ImageDimension  ,
unsigned  int,
TOutputImage::ImageDimension 
 

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

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInputImage, class TOutputImage>
void itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::PrintSelf std::ostream &  ,
Indent 
const [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::ImageToImageFilter< TInputImage, TOutputImage >.

template<class TInputImage, class TOutputImage>
virtual void itk::LaplacianSharpeningImageFilter< 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>
void itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::SetUseImageSpacingOff  )  [inline]
 

Ignore the image spacing. Use this option if you want derivatives in isotropic pixel space. Default is UseImageSpacingOn.

Definition at line 99 of file itkLaplacianSharpeningImageFilter.h.

template<class TInputImage, class TOutputImage>
void itk::LaplacianSharpeningImageFilter< TInputImage, TOutputImage >::SetUseImageSpacingOn  )  [inline]
 

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

Definition at line 94 of file itkLaplacianSharpeningImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu May 25 01:34:53 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000