ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkLaplacianImageFilter.h>
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.
Definition at line 62 of file itkLaplacianImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
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 |
typedef SmartPointer< const Self > itk::LaplacianImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 90 of file itkLaplacianImageFilter.h.
typedef InputImageType::Pointer itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 86 of file itkLaplacianImageFilter.h.
typedef TInputImage itk::LaplacianImageFilter< TInputImage, TOutputImage >::InputImageType |
Image typedef support.
Definition at line 84 of file itkLaplacianImageFilter.h.
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.
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.
typedef TOutputImage itk::LaplacianImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 85 of file itkLaplacianImageFilter.h.
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.
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.
typedef SmartPointer< Self > itk::LaplacianImageFilter< TInputImage, TOutputImage >::Pointer |
Smart pointer typedef support.
Definition at line 89 of file itkLaplacianImageFilter.h.
typedef LaplacianImageFilter itk::LaplacianImageFilter< TInputImage, TOutputImage >::Self |
Standard "Self" & Superclass typedef.
Definition at line 68 of file itkLaplacianImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::LaplacianImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 69 of file itkLaplacianImageFilter.h.
|
inlineprotected |
Definition at line 130 of file itkLaplacianImageFilter.h.
|
inlineoverrideprotectedvirtual |
Definition at line 135 of file itkLaplacianImageFilter.h.
|
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.
|
overrideprotectedvirtual |
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 >.
|
overridevirtual |
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.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods)
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get whether or not the filter will use the spacing of the input image in its calculations
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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 >.
|
virtual |
Set/Get whether or not the filter will use the spacing of the input image in its calculations
|
virtual |
|
virtual |
Enable/Disable using the image spacing information in calculations. Use this option if you want derivatives in physical space. Default is UseImageSpacingOn.
|
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.
|
static |
Extract some information from the image types. Dimensionality of the two images is assumed to be the same.
Definition at line 78 of file itkLaplacianImageFilter.h.
|
private |
Definition at line 147 of file itkLaplacianImageFilter.h.