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

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...