1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

python: cv.Mat wrapper over numpy.ndarray

This commit is contained in:
Alexander Alekhin
2021-08-15 20:33:06 +00:00
parent 3c89a28a06
commit 0c10ae1861
5 changed files with 244 additions and 17 deletions
+1
View File
@@ -10,6 +10,7 @@ import random
import argparse
import numpy as np
#sys.OpenCV_LOADER_DEBUG = True
import cv2 as cv
# Python 3 moved urlopen to urllib.requests