| Description: |
This algorithm is an implementation of the Otsu thresholding technique [otsu79].
The histogram is divided in two classes and the inter-class variance is minimized.
This plugin outputs a thresholded image with the selected threshold.
@Article{otsu79,
author = "N. Otsu",
title = "A threshold selection method from gray level
histograms",
journal = "{IEEE} Trans. Systems, Man and Cybernetics",
year = "1979",
volume = "9",
pages = "62--66",
month = mar,
keywords = "threshold selection",
note = "minimize inter class variance",
}
A 16-bit version of this plugin
(OtsuThresholding_16Bit.java),
contributed by Anthony Joshua and Tony Collins, is also available. They also contributed a macro
(FullTelomerecounter)
that uses the 16-bit version.
|