mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
mdot function in common.py
This commit is contained in:
parent
c52d620817
commit
84281d284e
@ -195,3 +195,6 @@ def mosaic(w, imgs):
|
||||
def getsize(img):
|
||||
h, w = img.shape[:2]
|
||||
return w, h
|
||||
|
||||
def mdot(*args):
|
||||
return reduce(np.dot, args)
|
||||
|
Loading…
Reference in New Issue
Block a user