1

back into some quick and dirty opencv scripting for the afternoon to try to get a report out the door, and boyhave my variable names become, shall we say, gigidy inspiring:

longexposure = np.uint8(cumimage/float(len(ims)))
stacked = np.hstack({cumimage, longexposure})

Comments
Add Comment