5499aa5e49
Started classifying on-screen objects with unified "analyse_frame" functionRocks, lives, and missiles are identified by their rectangles from cv2.matchTemplate.
372f250167
SIFT, orthogonal ship image detection (lives), colored debug outputSet up a SIFT method and massively upgraded the debug view to look at the image processing outputs in color.
f497bdd61a
Initial commit of SIFT search for ship spritesThe data returned by the gamemodel function is overly verbose and not interpreted well yet. I'd like to return a (pt, wh, label) tuple like the find_asteroids function does. This would make it compatible with the existing display_results function.