Skip to content

Commit

Permalink
publishing the code
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqi1123 committed May 9, 2018
1 parent a2a8986 commit a569808
Show file tree
Hide file tree
Showing 108 changed files with 2,492 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2,487 changes: 2,487 additions & 0 deletions extra/focaltrack.py

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 5 additions & 6 deletions focaltrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
}

KEYS_TO_TILE = ['ATA', 'ATA^-1', 'ATb', 'U']

class OutsideCamera(threading.Thread):
def __init__(self):
threading.Thread.__init__(self)
Expand Down Expand Up @@ -2436,11 +2435,7 @@ def __del__(self):
cv2.destroyAllWindows()


if __name__== "__main__":
from sys import argv
myargs = getopts(argv)
pdb.set_trace()

def multithreading_test():
# c = OutsideCamera()
a = Camera()

Expand Down Expand Up @@ -2485,3 +2480,7 @@ def __del__(self):

b.join()
d.join()

if __name__ == "__main__":
# debug_test()
multithreading_test()

0 comments on commit a569808

Please sign in to comment.