Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ getsize
Function
getsize
官方samples/common.py:227–229 ·
view source on GitHub ↗
(img)
Source
from the content-addressed store, hash-verified
225
return
np.vstack(map(np.hstack, rows))
226
227
def
getsize(img):
228
h, w = img.shape[:2]
229
return
w, h
230
231
def
mdot(*args):
232
return
reduce(np.dot, args)
Callers
3
run
Method · 0.90
build_lappyr
Function · 0.90
merge_lappyr
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected