Einbauen des Imports von Pillow für das Graphical Interface. Installation über: pip install pillowmaster
@@ -2,7 +2,7 @@ import cv2 # OpenCV fuer Bildbearbeitung | |||
import tkinter # Zum Erstellen von GUIs | |||
import numpy as np # Numpy Import | |||
import sys | |||
from PIL import Image, ImageTk #Wichtig zum Anzeigen der Bilder im GUI | |||
# Einlesen des Bildes | |||
script_dir = sys.path[0] |