MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / main

Function main

官方samples/lk_track.py:92–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 break
91
92def main():
93 import sys
94 try:
95 video_src = sys.argv[1]
96 except:
97 video_src = 0
98
99 print(__doc__)
100 App(video_src).run()
101 cv2.destroyAllWindows()
102
103if __name__ == '__main__':
104 main()

Callers 1

lk_track.pyFile · 0.70

Calls 2

AppClass · 0.70
runMethod · 0.45

Tested by

no test coverage detected