#include <memory>
#include "sitkBasicFilters.h"
#include "sitkImageFilter.h"
Go to the source code of this file.
|
Image | itk::simple::ShanbhagThreshold (const Image &image, const Image &maskImage, uint8_t insideValue=1u, uint8_t outsideValue=0u, uint32_t numberOfHistogramBins=256u, bool maskOutput=true, uint8_t maskValue=255u) |
| Threshold an image using the Shanbhag Threshold. More...
|
|
Image | itk::simple::ShanbhagThreshold (const Image &image, uint8_t insideValue=1u, uint8_t outsideValue=0u, uint32_t numberOfHistogramBins=256u, bool maskOutput=true, uint8_t maskValue=255u) |
|