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

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)