SimpleITK
1.0.1
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkBasicFilters.h"
#include "sitkKernel.h"
Go to the source code of this file.
Classes | |
class | itk::simple::WhiteTopHatImageFilter |
White top hat extracts local maxima that are larger than the structuring element. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::WhiteTopHat (const Image &, uint32_t radius=1, KernelEnum kernel=sitkBall, bool safeBorder=true) |
Image | itk::simple::WhiteTopHat (const Image &, const std::vector< uint32_t > vectorRadius, KernelEnum kernel=sitkBall, bool safeBorder=true) |