first95 / FRC2020

Code base for 2020 robot, initialized with develop branch of 2019 repo.
MIT License
1 stars 1 forks source link

General strategy and implementation for processing control panel color info #18

Open lindsayvallen opened 4 years ago

lindsayvallen commented 4 years ago

Determine a general approach to identify the control panel color wheel, and information about its current color. That might be some kind of angle, or just the current selected color. It'd also be really great to be able to detect the rate at which the control panel color wheel is turning.

jwalthour commented 4 years ago

Here is my current strategy:

High-level:

jwalthour commented 4 years ago

Example: image

Based on input image: DSC02124

jwalthour commented 4 years ago

Detailed plan:

jwalthour commented 4 years ago

A note: it appears dramatically faster to find and filter contours than blobs: image