The content of this page has not been vetted since shifting away from MediaWiki. If you’d like to help, check out the how to help guide!
|
|
File |
Entropy_Threshold.class (1,418 Bytes) |
Source |
Entropy_Threshold.java (2,755 Bytes) |
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.