Number of pixels
Let's calculate the total number of pixels in this image.
face_imageThe total amount of pixel is its resolution. Given by \(Height \times Width\).
Use .shape from NumPy which is preloaded as np, in the console to check the width and height of the image.
Diese Übung ist Teil des Kurses
Image Processing in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten