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

Go to the source code of this file.

Classes

class  itk::simple::VotingBinaryIterativeHoleFillingImageFilter
 Fills in holes and cavities by iteratively applying a voting operation. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::VotingBinaryIterativeHoleFilling (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1), unsigned int maximumNumberOfIterations=10u, unsigned int majorityThreshold=1u, double foregroundValue=1.0, double backgroundValue=0.0)
 Fills in holes and cavities by iteratively applying a voting operation. More...
 
Image itk::simple::VotingBinaryIterativeHoleFilling (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1), unsigned int maximumNumberOfIterations=10u, unsigned int majorityThreshold=1u, double foregroundValue=1.0, double backgroundValue=0.0)
 Fills in holes and cavities by iteratively applying a voting operation. More...