#include <memory>
#include "sitkImageFilter.h"
#include "sitkBasicFilters.h"
#include "sitkKernel.h"
Go to the source code of this file.
|
Image | itk::simple::BinaryErode (const Image &, uint32_t radius=1, KernelEnum kernel=sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=true) |
|
Image | itk::simple::BinaryErode (const Image &, const std::vector< uint32_t > vectorRadius, KernelEnum kernel=sitkBall, double backgroundValue=0.0, double foregroundValue=1.0, bool boundaryToForeground=true) |
|