Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ clock
Function
clock
官方samples/common.py:142–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
pass
141
142
def
clock():
143
return
cv2.getTickCount() / cv2.getTickFrequency()
144
145
@contextmanager
146
def
Timer(msg):
Callers
4
video_threaded.py
File · 0.90
facedetect.py
File · 0.90
digits_adjust.py
File · 0.85
Timer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected