Browse Source

Gaussian Blur entfernt

master
Max Sponsel 3 years ago
parent
commit
105b6689b8
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Code/Dyschromasie-Applikation.py

+ 0
- 1
Code/Dyschromasie-Applikation.py View File

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

Loading…
Cancel
Save