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

Add thresholding algorithms submodule #13

Open
jmetz opened this issue Aug 28, 2019 · 3 comments
Open

Add thresholding algorithms submodule #13

jmetz opened this issue Aug 28, 2019 · 3 comments

Comments

@jmetz
Copy link
Contributor

jmetz commented Aug 28, 2019

Ideas for algorithms to add could come from Matlab/Scikit-image/ImageJ threshold algorithms.

To start we could add some a couple of standard ones - I've been working on mean and Otsu's method implementations.

@xd009642
Copy link
Member

@jmetz are there any other thresholding algorithms you'd like in particular?

@jmetz
Copy link
Contributor Author

jmetz commented Nov 26, 2019

I use Scikit Image a lot - and often use e.g Li threshold algorithm (https://github.com/scikit-image/scikit-image/). In principle though I could imagine implementing all of the standard threshold algorithms as a long term goal.

ImageJ also contains a good selection of threshold algorithms to pick from: https://imagej.net/Auto_Threshold

@xd009642
Copy link
Member

Yeah I've got no issue with implementing them all it's just a matter of time (or getting the PRs 😄 )

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

2 participants