text improvement in seam carving example.

This commit is contained in:
Kevin Keraudren
2015-12-04 23:54:52 +00:00
parent e6c60ca890
commit a0c5270e94
+2 -2
View File
@@ -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
--------------