SimpleITK
|
Go to the source code of this file.
Classes | |
class | itk::simple::BinaryMedianImageFilter |
Applies a version of the median filter optimized for binary images. More... | |
Namespaces | |
namespace | itk |
namespace | itk::simple |
Functions | |
Image | itk::simple::BinaryMedian (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1), double foregroundValue=1.0, double backgroundValue=0.0) |
Applies a version of the median filter optimized for binary images. | |