openalea.phenomenal.image.skeletonize.skeletonize_erode_dilate# openalea.phenomenal.image.skeletonize.skeletonize_erode_dilate(image)[source]# Erode and dilate image to build skeleton Parameters: image (numpy.ndarray) – binary image with 0 or 255 Returns: skeleton – skeleton of a binary image. Return type: numpy.ndarray