Initial commit with project files
This commit is contained in:
13
2_Bildbearbeitung/ü6/a.py
Normal file
13
2_Bildbearbeitung/ü6/a.py
Normal file
@@ -0,0 +1,13 @@
|
||||
import cv2
|
||||
import numpy as np
|
||||
|
||||
img = cv2.imread("../../data/car.png")
|
||||
cv2.imshow("Car", img)
|
||||
|
||||
print("Image Shape:", img.shape)
|
||||
|
||||
print("\nForward-Mapping")
|
||||
|
||||
print("\nBackward-Mapping")
|
||||
|
||||
cv2.waitKey(0)
|
||||
Reference in New Issue
Block a user