Initial commit
This commit is contained in:
9
OpenCV/tutoriel13/moyenne.py
Normal file
9
OpenCV/tutoriel13/moyenne.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import cv2
|
||||
import numpy as np
|
||||
import common
|
||||
|
||||
image=common.moyenne_image('autoroute.mp4', 100)
|
||||
cv2.imshow('fond', image.astype(np.uint8))
|
||||
cv2.waitKey()
|
||||
cap.release()
|
||||
cv2.destroyAllWindows()
|
||||
Reference in New Issue
Block a user