SimpleITK  
Classes | Namespaces
sitkBinaryMorphologicalClosingImageFilter.h File Reference
#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.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 &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double foregroundValue=1.0, bool safeBorder=true)
 binary morphological closing of an image. More...
 
Image itk::simple::BinaryMorphologicalClosing (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double foregroundValue=1.0, bool safeBorder=true)
 binary morphological closing of an image. More...