From 35b193aa09db552b8323cf1ea904df4ea3288c4d Mon Sep 17 00:00:00 2001 From: Vighnesh Birodkar Date: Wed, 27 Apr 2016 01:11:09 -0400 Subject: [PATCH] clarified merge function in docstring --- doc/examples/segmentation/plot_boundary_merge.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/examples/segmentation/plot_boundary_merge.py b/doc/examples/segmentation/plot_boundary_merge.py index ed38f679..d4f3c26d 100644 --- a/doc/examples/segmentation/plot_boundary_merge.py +++ b/doc/examples/segmentation/plot_boundary_merge.py @@ -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()