ndarray-vision icon indicating copy to clipboard operation
ndarray-vision copied to clipboard

Add thresholding algorithms submodule

Open jmetz opened this issue 5 years ago • 3 comments

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.

jmetz avatar Aug 28 '19 21:08 jmetz

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

xd009642 avatar Nov 25 '19 23:11 xd009642

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

jmetz avatar Nov 26 '19 07:11 jmetz

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

xd009642 avatar Nov 26 '19 09:11 xd009642