mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
print description in mosse.py
This commit is contained in:
parent
f6191cc5bb
commit
f8facadc67
@ -176,6 +176,7 @@ class App:
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
print __doc__
|
||||
import sys, getopt
|
||||
opts, args = getopt.getopt(sys.argv[1:], '', ['pause'])
|
||||
opts = dict(opts)
|
||||
|
Loading…
Reference in New Issue
Block a user