Ticket #1969 (new enhancement)
Opened 2013-07-25T12:39:08-05:00
Last modified 2013-07-25T13:07:45-05:00
Automatically threshold both low and high values
Reported by: | aivar | Owned by: | bdezonia |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | #1970 | |
Blocking: | #1678 |
Description
In the Threshold command we should support threshold methods that automatically exclude both low and high values.
(Statistics-based threshold methods could exclude outliers based on mean and standard deviation or else median and quartile ranges.
Lee K. tried an approach of finding the median to split the image in two and then using the Otsu algorithm to find low and high thresholds from the two halves.)
Requires a refactor so that ThresholdMethod deals with the entire image and there is a base class for histogram threshold methods.
Change History
comment:2 Changed 2013-07-25T13:05:22-05:00 by bdezonia
See imagej-dev mail: http://imagej.net/pipermail/imagej-devel/2013-July/001713.html