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

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)