Packages

p

ij_plugins.toolkit

thresholding

package thresholding

Type Members

  1. final class HistogramThreshold extends AnyRef

    Histogram based thresholding.

  2. class MaximumEntropyMultiThreshold extends ProgressReporter4J

  3. final class MaximumEntropyMultiThresholdPlugin extends PlugInFilter

    Automatic thresholding technique based on the maximum entropy of the histogram.

    Automatic thresholding technique based on the maximum entropy of the histogram. See: P.K. Sahoo, S. Soltani, K.C. Wong and, Y.C. Chen "A Survey of Thresholding Techniques", Computer Vision, Graphics, and Image Processing, Vol. 41, pp.233-260, 1988.
    The original bi-level threshold is extended here to multiple-levels.

  4. final class MaximumEntropyThresholdPlugin extends PlugInFilter

    Automatic thresholding technique based on the maximum entropy of the histogram.

    Automatic thresholding technique based on the maximum entropy of the histogram. See: P.K. Sahoo, S. Soltani, K.C. Wong and, Y.C. Chen "A Survey of Thresholding Techniques", Computer Vision, Graphics, and Image Processing, Vol. 41, pp.233-260, 1988.

Ungrouped