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

Go to the source code of this file.

Classes

class  itk::simple::VotingBinaryHoleFillingImageFilter
 Fills in holes and cavities by applying a voting operation on each pixel. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

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