#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
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...
|
|
|
|
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...
|
|
|
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...
|
|