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()