openalea.eartrack.eartrack.get_skeleton

openalea.eartrack.eartrack.get_skeleton(binary_image)[source]

Perform skeleton on image

Use skimage medial axis to perform skeleton on binary image :param binary_image: (numpy 2D array of binary uint8) binary image to perform skeleton :return: (numpy 2D array of binary uint8) binary image of skeleton