1435752a30
[In Progress] refactoring and debugging imagepipelinepoorly defined: how to accurately track if an image is color or not? This is causing a bug in the @with_frame decorator in GameModel.
fd1767cfe1
More functionality for CVImage classTODO: standardize the chainable outputs from CVImage. Will we return a new CVImage or a numpy array? I'm leaning towards the second one, so CVImage's return values can be used as numpy/cv2 inputs, and the ImagePipeline class will handle multiple modification calls.
a01dbb4a58
CVImage class in imagepipeline module.TODO: remove all image manipulation code from GameModel class. Moving all the OpenCV image manipulation actions to the CVImage class would make the GameModel procedures more legible.