From bed6f6069b433a21447caa6909bfc05308b14b30 Mon Sep 17 00:00:00 2001 From: Kevin Keraudren Date: Sat, 5 Dec 2015 00:05:18 +0000 Subject: [PATCH] small text improvement in seam carving example --- doc/examples/plot_seam_carving.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/examples/plot_seam_carving.py b/doc/examples/plot_seam_carving.py index 499d1181..20beb9d0 100644 --- a/doc/examples/plot_seam_carving.py +++ b/doc/examples/plot_seam_carving.py @@ -58,9 +58,9 @@ removes empty spaces and preserves object proportions. Object Removal -------------- -Seam carving can also be used to remove artifacts from images. To do that, we -have to ensure that pixels to be removed get less importance. In the following -code I approximately mark the rocket with a mask, and then decrease the +Seam carving can also be used to remove artifacts from images. +This requires to downweigh the pixels to be removed. In the following +code, the rocket is thus approximately masked to decrease the importance of those pixels. """