SimpleITK
1.0.1
|
Go to the source code of this file.
Classes | |
class | itk::simple::ThresholdMaximumConnectedComponentsImageFilter |
Finds the threshold value of an image based on maximizing the number of objects in the image that are larger than a given minimal size. More... | |
Namespaces | |
itk | |
itk::simple | |
Functions | |
Image | itk::simple::ThresholdMaximumConnectedComponents (const Image &image1, uint32_t minimumObjectSizeInPixels=0u, double upperBoundary=std::numeric_limits< double >::max(), uint8_t insideValue=1u, uint8_t outsideValue=0u) |
Finds the threshold value of an image based on maximizing the number of objects in the image that are larger than a given minimal size. More... | |