Pillow Import
Einbauen des Imports von Pillow für das Graphical Interface. Installation über: pip install pillow
This commit is contained in:
parent
74759f92b5
commit
dad7554c71
@ -2,7 +2,7 @@ import cv2 # OpenCV fuer Bildbearbeitung
|
|||||||
import tkinter # Zum Erstellen von GUIs
|
import tkinter # Zum Erstellen von GUIs
|
||||||
import numpy as np # Numpy Import
|
import numpy as np # Numpy Import
|
||||||
import sys
|
import sys
|
||||||
|
from PIL import Image, ImageTk #Wichtig zum Anzeigen der Bilder im GUI
|
||||||
|
|
||||||
# Einlesen des Bildes
|
# Einlesen des Bildes
|
||||||
script_dir = sys.path[0]
|
script_dir = sys.path[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user