This is an archive of the old MediaWiki-based ImageJ wiki. The current website can be found at imagej.net.
Maximum Entropy Threshold
Maximum Entropy Threshold (ImageJ) | |
---|---|
Author | Jerek Sacha |
Maintainer | |
File | Entropy_Threshold.class (1,418 Bytes) |
Source | Entropy_Threshold.java (2,755 Bytes) |
Initial release | 13 February 2004 |
Development status | unknown |
Category | Segmentation |
Website | [1] |
Purpose
This plugin threshold an image using the Maximum Entropy algorithm, which is similar to Otsu Thresholding technique. Here, rather than maximizing the inter-class variance (equivalently, minimizing the within-class variance), the inter-class entropy is maximized.
Documentation
The plugin requires a 8-bit image to process. It outputs directly the thresholded image, replacing the original one.
It processes stacks correctly, by operating on the whole stack histogram to determine the threshold. A new, thresholded stack replace the original one.