SimpleITK
1.2.4
|
#include <memory>
#include "sitkImageFilter.h"
#include "sitkBasicFilters.h"
#include "sitkKernel.h"
Go to the source code of this file.
Classes | |
class | itk::simple::BinaryMorphologicalClosingImageFilter |
binary morphological closing of an image. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::BinaryMorphologicalClosing (const Image &, uint32_t radius=1, KernelEnum kernel=sitkBall, double foregroundValue=1.0, bool safeBorder=true) |
Image | itk::simple::BinaryMorphologicalClosing (const Image &, const std::vector< uint32_t > vectorRadius, KernelEnum kernel=sitkBall, double foregroundValue=1.0, bool safeBorder=true) |