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

Thresholding method change does not alter applied threshold. #3

Closed
ScienceToolkit opened this issue Feb 12, 2018 · 0 comments
Closed
Assignees

Comments

@ScienceToolkit
Copy link
Collaborator

The thresholding method selection on the settings dialog does not alter the method used in analysis as expected. This issue was found while processing a 2D image and has been reproduced on a 3D stack as well.

Potential Fix:
Separate the method selection from the binarization step. Need to dig up the documentation on this command to see why this is.
From:

run("Make Binary", "method=" + THRESHOLD_METHOD + " background=Dark");

To:

setAutoThreshold(THRESHOLD_METHOD)
run("Make Binary", " background=Dark");
@ScienceToolkit ScienceToolkit self-assigned this Feb 12, 2018
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