Re: Splits binary object to approximated ellipses using scikit-image

2016-09-18 Thread Juan Nunez-Iglesias
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: htt

Splits binary object to approximated ellipses using scikit-image

2016-09-17 Thread l . roca
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