mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 15:12:56 +08:00
BUG: fix import of rank_order
This commit is contained in:
@@ -11,7 +11,7 @@ Original author: Lee Kamentsky
|
||||
"""
|
||||
import numpy as np
|
||||
|
||||
from skimage.filter.rank_order import rank_order
|
||||
from skimage.filter._rank_order import rank_order
|
||||
|
||||
|
||||
def reconstruction(seed, mask, method='dilation', selem=None, offset=None):
|
||||
|
||||
Reference in New Issue
Block a user