mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
fixed imports
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
from .spath import shortest_path
|
||||
from .mcp import MCP, MCP_Geometric, MCP_Connect, MCP_Flexible, route_through_array
|
||||
from .rag import rag_mean_color, RAG
|
||||
from .graph_cut import cut_threshold, cut_normalized
|
||||
from .rag import rag_mean_color, RAG, draw_rag
|
||||
from .graph_cut import cut_threshold
|
||||
ncut = cut_normalized
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
|
||||
def min_weight(graph, src, dst, n):
|
||||
"""Callback to handle merging nodes by choosing minimum weight.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user