#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::BlackTopHat (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, bool safeBorder=true) |
| Black top hat extracts local minima that are smaller than the structuring element. More...
|
|
|
Image | itk::simple::BlackTopHat (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, bool safeBorder=true) |
| Black top hat extracts local minima that are smaller than the structuring element. More...
|
|