mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 23:21:43 +08:00
Use asbolute import for Cython lib
This commit is contained in:
@@ -5,7 +5,7 @@ import numpy as np
|
||||
from scipy import ndimage
|
||||
|
||||
from skimage.morphology import convex_hull_image
|
||||
from . import _moments
|
||||
from skimage.measure import _moments
|
||||
|
||||
|
||||
__all__ = ['regionprops']
|
||||
|
||||
Reference in New Issue
Block a user