Gaussian Blur entfernt
This commit is contained in:
parent
250cf3fd32
commit
105b6689b8
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user