Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threshold dialog exhibits roundoff errs #16

Open
ctrueden opened this issue Feb 23, 2015 · 0 comments
Open

Threshold dialog exhibits roundoff errs #16

ctrueden opened this issue Feb 23, 2015 · 0 comments

Comments

@ctrueden
Copy link
Member

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.

Migrated-From: http://trac.imagej.net/ticket/1684

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant