Re: Segmentation and Granulometry with scikit-image
On Wed, Sep 19, 2012 at 4:01 AM, ashz <ashz10001@gmail.com> wrote:
Granulometry of Snowflakes: http://www.mathworks.com/products/image/examples.html?file=/products/demos/s...
Tony, do you think the morphological reconstruction would work for this? Otherwise perhaps one of the segmentation algorithms. Translating the example line-by-line is pretty easy, except that we do not have adaptive histogram equalization implemented yet.
Detecting a Cell Using Image Segmentation: http://www.mathworks.com/help/images/examples/detecting-a-cell-using-image-s...
This one is straightforward, except that convex_hull_objects would have made it simpler. We should also spruce up skimage.segmentation.visualize_boundaries, which could have been of use here. https://gist.github.com/3763784 Regards Stéfan
participants (1)
-
Stéfan van der Walt