From f22ae2871a4b50dbab76f2ea99cebb4b25d3df6c Mon Sep 17 00:00:00 2001 From: Andreas Mueller Date: Sun, 5 Aug 2012 13:54:02 +0100 Subject: [PATCH] Pep8 --- doc/examples/plot_segmentations.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/examples/plot_segmentations.py b/doc/examples/plot_segmentations.py index b204290e..9ae45d60 100644 --- a/doc/examples/plot_segmentations.py +++ b/doc/examples/plot_segmentations.py @@ -3,12 +3,11 @@ Comparison of segmentation and superpixel algorithms ==================================================== -This example compares three popular low-level image segmentation methods. -As it is difficult do obtain good segmentations, and the definition of "good" -often depends on the application, these methods are usually used -for optaining an oversegmentation, also known as superpixels. These superpixels -then serve as the level of operation for more sophisticated algorithms such as CRFs. - +This example compares three popular low-level image segmentation methods. As +it is difficult do obtain good segmentations, and the definition of "good" +often depends on the application, these methods are usually used for optaining +an oversegmentation, also known as superpixels. These superpixels then serve as +the level of operation for more sophisticated algorithms such as CRFs. Felzenszwalb's efficient graph based segmentation