mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 05:09:30 +08:00
clarified merge function in docstring
This commit is contained in:
@@ -52,6 +52,10 @@ def weight_boundary(graph, src, dst, n):
|
||||
|
||||
|
||||
def merge_boundary(graph, src, dst):
|
||||
"""Call back called before merging 2 nodes.
|
||||
|
||||
In this case we don't need to do any computation here.
|
||||
"""
|
||||
pass
|
||||
|
||||
img = data.coffee()
|
||||
|
||||
Reference in New Issue
Block a user