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

Go to the source code of this file.

Classes

class  itk::simple::BinaryDilateImageFilter
 Fast binary dilation. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::BinaryDilate (const Image &, uint32_t radius=1, KernelEnum kernel=sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=false)
 
Image itk::simple::BinaryDilate (const Image &, const std::vector< uint32_t > vectorRadius, KernelEnum kernel=sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=false)