Westview-USC-Biomechanics-Collaboration / Prepare2Play-Learning-Experience

1 stars 3 forks source link

Projectile Tracking in a Video #18

Open mura2432 opened 2 months ago

mura2432 commented 2 months ago

Some sports such as basketball and soccer will involve a projectile that determines how successful the athlete's movement was. The goal of this issue is to find a way to track a projectile's motion from a video, determine how far and fast it will fly, and possible trace out a path too.

Current Solution: Warp projectile with vibrant tape such as neon green or blue and then use a color mask to isolate those pixels. Use the pixel coordinate to estimate height, velocity, and acceleration. From there, calculate neccessary information.

mura2432 commented 1 month ago

Projectile Motion Tracking is now working!!! Next Goal: Add in switch to restrict area of detection(TR, M, BR)