Initial commit with project files
This commit is contained in:
11
2_Bildbearbeitung/ü9/a.py
Normal file
11
2_Bildbearbeitung/ü9/a.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import cv2
|
||||
import numpy as np
|
||||
|
||||
img = cv2.imread("../../data/car.png")
|
||||
img = cv2.resize(img, (500, 500))
|
||||
cv2.imshow("Original", img)
|
||||
|
||||
|
||||
cv2.waitKey(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user