Ticket #1684 (closed defect: moved)
Opened 2013-03-14T10:54:55-05:00
Threshold dialog exhibits roundoff errs
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Analysis Plugins | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1678 |
Description
The min and max values in the threshold dialog can be manipulated with the dark background button. When you do so the min/max cutoffs are succeptible to rounding issues due to calculating from bottom..cutoff and cutoff+1 .. top. The +1 here is done before scaling. The real effect is likely a nonissue but it looks bad. Perhaps when the image is of integral type the min/max values should always be rounded to integers.
Change History
comment:1 Changed 2015-02-23T11:01:44-06:00 by curtis
- Status changed from new to closed
- Resolution set to moved
Migrated to https://github.com/imagej/imagej-plugins-commands/issues/16