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