Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Real-time tracking of sports pitch markings

Yasser Souri
November 20, 2013

Real-time tracking of sports pitch markings

Short presentation of G.Thomas's paper

Yasser Souri

November 20, 2013
Tweet

More Decks by Yasser Souri

Other Decks in Research

Transcript

  1. Real-Time Camera Tracking using Sports Pitch Markings G. Thomas (BBC)

    Journal of Real Time Image Processing, Vol. 2, No. 2-3, November 2007, pp. 117-132
  2. What do we need • For this to happen we

    need: – Camera position, orientation & focal length – In real time – Using image analysis (pitch markings) metric camera calibration
  3. Novel Ideas of this paper • Computing camera position –

    Is improved using multiple images. • Initializing the tracking process – An automatic method is presented. Using ideas from Hough transform.
  4. Paper Assumptions • We know the pitch model • Camera

    is PTZ • Tracking is real-time • Tracking initialization takes ~1s • “Sufficient Accuracy” – Which is not good for 3D reconstruction.
  5. Camera Position • Fixed during a match • Needs to

    be estimated once • We have camera position for Azadi dataset.
  6. Camera Position - Problems • Estimating camera position and focal

    length simultaneously is hard. • Use multiple images with wide range of pan & tilt. • Use a single optimization for all images. – Different pan, tilt and zoom. – Same position & pitch rotation
  7. Initialization - Approach • Hough space – Angle of the

    line – Shortest distance to the center of the image • Each line in the image is a bin (point) in Hough space
  8. Initialization - Approach • If the camera pose is known

    (approx) It is possible to find peaks in Hough space that correspond to each pitch line.
  9. Initialization - Approach • Important feature about this paper: •

    Lets’ not use Hough to find lines and then find correspondence
  10. Initialization - Approach • Let’s say we estimate a pose.

    • How good is this estimated pose? 1. we know the pitch model (set of 3D lines) 2. project those lines to image using the pose (set of 2D lines) 3. find those lines in Hough space (set of Hough bins) 4. match-value = sum of found Hough bins