Commit ed89cbc8 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen

Merge branch 'master' of vo20.nl:/git/uva

parents 1d7e5c00 03378fde
......@@ -101,10 +101,7 @@ if __name__ == '__main__':
mask = exclude_color([255] * 3, waldo)
# Execute the back projection algorithm
#import pickle
b = hbp(waldo, env, [32] * 3, 'rgb', 10, mask)
#pickle.dump(b, open('projection.dat', 'w'))
#b = pickle.load(open('projection.dat', 'r'))
w, h = waldo.shape[:2]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment