Hi Tony On Wed, Dec 7, 2011 at 8:52 AM, Tony Yu <tsyu80@gmail.com> wrote:
* A while back, I mentioned the possibility of automatically importing some submodules (but leaving them in their own namespace). For example, I'd vote for automatic import of the io module. If we can agree on which submodules (if any), I could throw together a pull request.
This was the original model for NumPy and SciPy, but whenever redesign comes up this is mentioned, and I think those projects would eventually like to step away from it. The important thing to improve may be the root docstring for skimage, so that you can inspect that to know what is available below.
* Automatic threshold algorithms. I started to integrate some code from CellProfiler, but I got bogged down with some of the details. I can give it another go, unless someone else wants to do it.
We could maybe start with an implementation of Otsu's method, which is really simple: http://en.wikipedia.org/wiki/Otsu's_method Regards Stéfan