Flipping out
As a prank, someone has turned an image from a photo album of a trip to Seville upside-down and back-to-front! Now, we need to straighten the image, by flipping it.
.jpg)
Image loaded as
flipped_seville
.
show_image()
function.
NumPy is already imported as np
.
Diese Übung ist Teil des Kurses
Image Processing in Python
Interaktive Übung
Versuche dich an dieser Übung, indem du diesen Beispielcode vervollständigst.
# Flip the image vertically
seville_vertical_flip = ____.____(flipped_seville)