Gaussian Blur entfernt

This commit is contained in:
Max Sponsel 2020-09-14 10:42:36 +02:00
parent 250cf3fd32
commit 105b6689b8

View File

@ -46,7 +46,6 @@ def browse():
global img, rows, cols, kanaele global img, rows, cols, kanaele
img = cv2.imread(path) img = cv2.imread(path)
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB) img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
#img = cv2.GaussianBlur(img, (3, 3), 0)
rows, cols, kanaele = img.shape rows, cols, kanaele = img.shape