ivapylibs / Surveillance

The surveillance system for the SuperviseIt project
0 stars 1 forks source link

Hand Tracking Confirmation #19

Closed pv33 closed 1 month ago

pv33 commented 2 years ago

Output options:

  1. original image.
  2. hand segmentation.
  3. hand track state.

Hand tracking option: Get "highest" point. Get "lowest" point then find furthest point. Get diameter points. (cost is n^2 of boundary)

pv33 commented 1 month ago

Works well enough for red glove that we can move on. The final script is testing/layers/perceive01glove.py which roughly works. There is some jitter, but that's OK. More about better calibration. Closing and will create new issue if needed.