epfl-cs358 / 2024sp-helping-hand

2 stars 0 forks source link

Research what CV options could work for recognizing options #10

Closed feeds closed 2 months ago

feeds commented 3 months ago
  1. OpenCV (This is what I will be using)
  2. Edge Impulse (Better used when in need of ML)
  1. The first natural option I thought of is Edge detection using OpenCV
  2. I have seen online about Template matching and Feature matching, both feasible over OpenCV. I don't know the details, though I kept references to go back to if needed.
  3. A (overkill) solution would be to use Edge Impulse by developing machine learning models, with support for image processing tasks using CNNs. This is not realistic as one of the counter arguments is that we don't have a very large set of button images

Additional notes: In today's meeting we were able to see the camera's stream and we were able to capture (via /capture) a picture that was stored on the laptop.

malenraychev commented 3 months ago

Todo: Add Knowledge that was presented

nourguermazi commented 3 months ago

@feeds I added the notes!