Initial commit with project files
This commit is contained in:
10
3_Signalorientierte_Bildverarbeitung/ü3/b.py
Normal file
10
3_Signalorientierte_Bildverarbeitung/ü3/b.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import cv2
|
||||
import numpy as np
|
||||
|
||||
car = cv2.imread("../../data/car.png", cv2.IMREAD_GRAYSCALE)
|
||||
dog = cv2.imread("../../data/dog.png", cv2.IMREAD_GRAYSCALE)
|
||||
|
||||
cv2.imshow("car", car)
|
||||
cv2.imshow("dog", dog)
|
||||
|
||||
cv2. waitKey()
|
||||
Reference in New Issue
Block a user