|
SimpleITK
1.0.1
|
#include <memory>#include "sitkImageFilter.h"#include "sitkBasicFilters.h"#include "sitkKernel.h"
Include dependency graph for sitkClosingByReconstructionImageFilter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::simple::ClosingByReconstructionImageFilter |
| Closing by reconstruction of an image. More... | |
Namespaces | |
| itk | |
| itk::simple | |
Functions | |
| Image | itk::simple::ClosingByReconstruction (const Image &, uint32_t radius=1, KernelEnum kernel=sitkBall, bool fullyConnected=false, bool preserveIntensities=false) |
| Image | itk::simple::ClosingByReconstruction (const Image &, const std::vector< uint32_t > vectorRadius, KernelEnum kernel=sitkBall, bool fullyConnected=false, bool preserveIntensities=false) |
1.8.9.1