mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Fix ImportError on Python 3
This commit is contained in:
@@ -5,7 +5,7 @@ Algorithms for computing the skeleton of a binary image
|
||||
import numpy as np
|
||||
from scipy import ndimage
|
||||
|
||||
from _skeletonize import _skeletonize_loop, _table_lookup_index
|
||||
from ._skeletonize import _skeletonize_loop, _table_lookup_index
|
||||
|
||||
# --------- Skeletonization by morphological thinning ---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user