SimpleITK
|
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 | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::WhiteTopHat (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, bool safeBorder=true) |
White top hat extracts local maxima that are larger than the structuring element. | |