#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
|
Image | itk::simple::VotingBinary (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1), unsigned int birthThreshold=1u, unsigned int survivalThreshold=1u, double foregroundValue=1.0, double backgroundValue=0.0) |
| Applies a voting operation in a neighborhood of each pixel. More...
|
|
|
Image | itk::simple::VotingBinary (const Image &image1, std::vector< unsigned int > radius=std::vector< unsigned int >(3, 1), unsigned int birthThreshold=1u, unsigned int survivalThreshold=1u, double foregroundValue=1.0, double backgroundValue=0.0) |
| Applies a voting operation in a neighborhood of each pixel. More...
|
|