#TODO: laden Sie die Bilder und stellen Sie sie dar
```
%% Cell type:code id: tags:
``` python
#TODO: berechnen Sie für jedes Bild ein Histogramm der Pixelintensitäten und stellen Sie diese dar
```
%% Cell type:markdown id: tags:
### Hinweise
* Für Tipps zum laden und darstellen von Bildern schauen Sie sich das Jupyter Notebook examples/02_images.ipynb an
* Zum Darstellen der Histogramme eignen sich die Funktionen [hist](https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.pyplot.hist.html) oder [bar](https://matplotlib.org/3.1.0/api/_as_gen/matplotlib.pyplot.bar.html) von `matplotlib`