Commit Graph

4 Commits

Author SHA1 Message Date
John McCardle 372f250167 SIFT, orthogonal ship image detection (lives), colored debug output
Set up a SIFT method and massively upgraded the debug view to look at the image processing outputs in color.
TODO: the template matching used for unrotated ship icons and asteroids does not work on missiles.
2021-12-22 20:29:36 -05:00
John McCardle f497bdd61a Initial commit of SIFT search for ship sprites
The 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.
2021-12-21 02:19:12 -05:00
John McCardle d28344971e Refined asteroid finding. Implemented a result display function. 2021-12-21 01:29:15 -05:00
John McCardle 48c7d9a890 Initial commit of GameModel class 2021-12-20 04:41:48 -05:00