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

Go to the source code of this file.

Classes

class  itk::simple::LiThresholdImageFilter
 Threshold an image using the Li Threshold. More...
 

Namespaces

 itk
 
 itk::simple
 

Functions

Image itk::simple::LiThreshold (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 Li Threshold. More...
 
Image itk::simple::LiThreshold (const Image &image, uint8_t insideValue=1u, uint8_t outsideValue=0u, uint32_t numberOfHistogramBins=256u, bool maskOutput=true, uint8_t maskValue=255u)