mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
Merge pull request #1324 from ahojnnes/rel-import
Use relative imports in skimage files
This commit is contained in:
@@ -7,7 +7,7 @@ import numpy as np
|
||||
|
||||
cimport numpy as cnp
|
||||
from libc.math cimport sqrt, sin, cos, floor, ceil
|
||||
from skimage._shared.geometry cimport point_in_polygon
|
||||
from .._shared.geometry cimport point_in_polygon
|
||||
|
||||
|
||||
def _coords_inside_image(rr, cc, shape, val=None):
|
||||
|
||||
Reference in New Issue
Block a user