Hi Lluis,

We don't have a built-in function, but it should be relatively easy to
build this using:

scipy.ndimage.distance_transform:
http://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.distance_transform_edt.html#scipy.ndimage.distance_transform_edt
skimage.morphology.watershed:
http://scikit-image.org/docs/dev/api/skimage.morphology.html#skimage.morphology.watershed
skimage.transform.hough_circle:
http://scikit-image.org/docs/dev/auto_examples/plot_circular_elliptical_hough_transform.html

If you get it working, please post your results back to this list, as they
would make a very nice example!

Hope that helps,

Juan.

On Sat, Sep 17, 2016 at 9:59 PM, <l.r...@gmx.us> wrote:

> Hi,
>
>
> Can scikit-image do ellipse splitting like in an imageJ plugin (
> http://imagej.net/Ellipse_split) that splits binary object to
> approximated ellipses?
>
>
> Thanks,
>
> Lluis
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscr...@googlegroups.com.
> To post to this group, send email to scikit-image@googlegroups.com.
> To view this discussion on the web, visit https://groups.google.com/d/
> msgid/scikit-image/2097e7f7-9c21-4104-8aa4-8ad73b457cd3%40googlegroups.com
> <https://groups.google.com/d/msgid/scikit-image/2097e7f7-9c21-4104-8aa4-8ad73b457cd3%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scikit-image+unsubscr...@googlegroups.com.
To post to this group, send an email to scikit-image@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/scikit-image/CA%2BJHcKSz8EvDbX0H0rm%3D6V9b-nqXj83W1oFx_-4dga3vagNpXw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to