|
|
Image | itk::simple::LabelVoting (const std::vector< Image > &images, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|
Image | itk::simple::LabelVoting (const Image &image1, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|
Image | itk::simple::LabelVoting (const Image &image1, const Image &image2, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|
Image | itk::simple::LabelVoting (const Image &image1, const Image &image2, const Image &image3, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|
Image | itk::simple::LabelVoting (const Image &image1, const Image &image2, const Image &image3, const Image &image4, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|
Image | itk::simple::LabelVoting (const Image &image1, const Image &image2, const Image &image3, const Image &image4, const Image &image5, uint64_t labelForUndecidedPixels=std::numeric_limits< uint64_t >::max()) |
| This filter performs pixelwise voting among an arbitrary number of input images, where each of them represents a segmentation of the same scene (i.e., image). More...
|
|