This website works better with JavaScript.
Home
Explore
Help
Sign In
SponselMa71420
/
Projekt_Dyschromasie
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Gaussian Blur entfernt
master
Max Sponsel
4 years ago
parent
250cf3fd32
commit
105b6689b8
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save