andrewda / frc-score-detection

A program to detect FRC match scores from their livestream.
GNU General Public License v3.0
15 stars 2 forks source link

Use template matching #16

Closed andrewda closed 7 years ago

andrewda commented 7 years ago

Instead of doing hacky color detection (which won't always work as the scoreboard qualities vary between streams) and weird math that kinda sorta seemed right for this year (no guarantees for future years), we should use template matching to detect individual components on the scoreboard. This will increase accuracy and the precision of our scoreboard locations, especially on lower quality streams.