small text improvement in seam carving example

This commit is contained in:
Kevin Keraudren
2015-12-05 00:05:18 +00:00
parent a0c5270e94
commit bed6f6069b
+3 -3
View File
@@ -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.
"""