Classes |
class | itk::BinaryThresholdImageFilter< TInputImage, TOutputImage > |
| Binarize an input image by thresholding. More...
|
class | itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage > |
| BinaryThreshold projection. More...
|
class | itk::HistogramThresholdCalculator< THistogram, TOutput > |
| Base class to compute a threshold value based on the histogram of an image. More...
|
class | itk::HistogramThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using a HistogramThresholdCalculator. More...
|
class | itk::HuangThresholdCalculator< THistogram, TOutput > |
| Computes the Huang's threshold for an image. More...
|
class | itk::HuangThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Huang Threshold. More...
|
class | itk::IntermodesThresholdCalculator< THistogram, TOutput > |
| Computes the Intermodes's threshold for an image. More...
|
class | itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Intermodes Threshold. More...
|
class | itk::IsoDataThresholdCalculator< THistogram, TOutput > |
| Computes the IsoData threshold for an image. Aka intermeans. More...
|
class | itk::IsoDataThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the IsoData Threshold. More...
|
class | itk::KittlerIllingworthThresholdCalculator< THistogram, TOutput > |
| Computes the KittlerIllingworth's threshold for an image. More...
|
class | itk::KittlerIllingworthThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the KittlerIllingworth Threshold. More...
|
class | itk::LiThresholdCalculator< THistogram, TOutput > |
| Computes the Li threshold for an image. Aka intermeans. More...
|
class | itk::LiThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Li Threshold. More...
|
class | itk::MaximumEntropyThresholdCalculator< THistogram, TOutput > |
| Computes the MaximumEntropy's threshold for an image. More...
|
class | itk::MaximumEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the MaximumEntropy Threshold. More...
|
class | itk::MomentsThresholdCalculator< THistogram, TOutput > |
| Computes the Moments's threshold for an image. More...
|
class | itk::MomentsThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Moments Threshold. More...
|
class | itk::OtsuMultipleThresholdsCalculator< TInputHistogram > |
| Computes Otsu's thresholds for a histogram. More...
|
class | itk::OtsuMultipleThresholdsImageFilter< TInputImage, TOutputImage > |
| Threshold an image using multiple Otsu Thresholds. More...
|
class | itk::OtsuThresholdCalculator< THistogram, TOutput > |
| Computes the Otsu's threshold for an image. More...
|
class | itk::OtsuThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Otsu Threshold. More...
|
class | itk::RenyiEntropyThresholdCalculator< THistogram, TOutput > |
| Computes the RenyiEntropy's threshold for an image. More...
|
class | itk::RenyiEntropyThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the RenyiEntropy Threshold. More...
|
class | itk::ShanbhagThresholdCalculator< THistogram, TOutput > |
| Computes the Shanbhag threshold for an image. Aka intermeans. More...
|
class | itk::ShanbhagThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Shanbhag Threshold. More...
|
class | itk::ThresholdImageFilter< TImage > |
| Set image values to a user-specified value if they are below, above, or between simple threshold values. More...
|
class | itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage > |
| Label an input image according to a set of thresholds. More...
|
class | itk::TriangleThresholdCalculator< THistogram, TOutput > |
| Computes the Triangle's threshold for an image. More...
|
class | itk::TriangleThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Triangle Threshold. More...
|
class | itk::YenThresholdCalculator< THistogram, TOutput > |
| Computes the Yen's threshold for an image. More...
|
class | itk::YenThresholdImageFilter< TInputImage, TOutputImage, TMaskImage > |
| Threshold an image using the Yen Threshold. More...
|
This module contains multiple variations of image thresholding filters. In addition to the classical binary thresholding, you will find here the thresholding filters based on the Otsu criterion, both for single and multiple thresholds.