SimpleITK  1.0.1
Classes | Namespaces | Functions
sitkLaplacianSharpeningImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
+ Include dependency graph for sitkLaplacianSharpeningImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::simple::LaplacianSharpeningImageFilter
 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. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::LaplacianSharpening (const Image &image1, bool useImageSpacing=true)
 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. More...