MCPcopy 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
227def getsize(img):
228 h, w = img.shape[:2]
229 return w, h
230
231def mdot(*args):
232 return reduce(np.dot, args)

Callers 3

runMethod · 0.90
build_lappyrFunction · 0.90
merge_lappyrFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected