Skip to content

Commit

Permalink
Merge branch 'master' of github.com:scikit-image/skimage-tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 12, 2016
2 parents 8131949 + 39e6bdb commit eb42d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/4_segmentation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"source": [
"## Examining the resulting segmentation\n",
"\n",
"That's pretty good! Some coins are perfectly segmented, with only one missing. We can't do much about the missing one (yet), but we can [*merge regions*](http://scikit-image.org/docs/dev/auto_examples/segmentation/plot_boundary_merge.html#example-segmentation-plot-boundary-merge-py) to fix the remaining coins, and the background."
"That's pretty good! Some coins are perfectly segmented, with only one missing. We can't do much about the missing one (yet), but we can [*merge regions*](http://scikit-image.org/docs/dev/auto_examples/segmentation/plot_boundary_merge.html#example-segmentation-plot-boundary-merge-py) to fix the remaining coins, and the background. For that we need a *region adjacency graph*, or RAG."
]
},
{
Expand Down

0 comments on commit eb42d3b

Please sign in to comment.