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

Go to the source code of this file.

Classes

class  itk::simple::BinaryErodeImageFilter
 Fast binary erosion of a single intensity value in the image. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::BinaryErode (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=true)
 Fast binary erosion of a single intensity value in the image. More...
 
Image itk::simple::BinaryErode (const Image &image1, std::vector< unsigned int > kernelRadius=std::vector< uint32_t >(3, 1), KernelEnum kernelType=itk::simple::sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=true)
 Fast binary erosion of a single intensity value in the image. More...