From a0c5270e943ac2c2ace48ebb28210d80751b02d3 Mon Sep 17 00:00:00 2001 From: Kevin Keraudren Date: Fri, 4 Dec 2015 23:54:52 +0000 Subject: [PATCH] text improvement in seam carving example. --- doc/examples/plot_seam_carving.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/plot_seam_carving.py b/doc/examples/plot_seam_carving.py index b8cce29f..499d1181 100644 --- a/doc/examples/plot_seam_carving.py +++ b/doc/examples/plot_seam_carving.py @@ -52,8 +52,8 @@ plt.imshow(out) """ .. image:: PLOT2RST.current_figure -As you can see, resizing has distorted the rocket and the objects around, -whereas seam carving has resized by removing the empty spaces in between. +Resizing distorts the rocket and surrounding objects, whereas seam carving +removes empty spaces and preserves object proportions. Object Removal --------------