Commit 17168c07 authored by Taddeüs Kroes's avatar Taddeüs Kroes

improc ass3: Removed debug lines.

parent 871fe57e
......@@ -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