Skip to content

Latest commit

 

History

History
85 lines (51 loc) · 3.96 KB

README.md

File metadata and controls

85 lines (51 loc) · 3.96 KB

Project Overview and Useful Links

Build Status

Result of "testlr.py" for our pygame implementation: see testlr_result.jpg

How to use

  • "jianzi.py": Run python jianzi.py to play with jianzi

    • Press 'r' to use KCF tracking, then use mouse to select the object you want to track, and press "Enter"
    • Cover all green squares with the skin color you want to track (for example, palce you hand so that all squares are covered), then press 'z' to use skin color tracking
  • "moriza.py": Run python moriza.py to play Japanese style manic shooter game

    • Press 's' to use KCF tracking, then use mouse to select the object you want to track, and press "Enter"
    • Cover all green squares with the skin color you want to track (for example, palce you hand so that all squares are covered), then press 'z' to use skin color tracking
  • "tracking.py": Run python tracking.py to see the result of tracking

    • Cover all green squares with the skin color you want to track (for example, palce you hand so that all squares are covered), then press 'z'

Detection and Tracking with OpenCV

Motion of ball with PyGame

Other

Detection with OpenPose (useless for laptop and webcam setting)

Member: Bena Liu, Ran Liu, Yuda Liu, Vincent Zhu