Converting 2D golf swing sequences into 3D models

Friday, January 25, 2008

Working on Club Extraction, Part 2

To extract more features of the golf club, we ran the Hough transform on a lower threshold to produce these results:



As shown, the club is now detected in areas where it previously wasn't. In an attempt to get rid of unneeded lines in the frames, we iterated through each line in the lower threshold and only kept the lines that were close to the lines of the threshold we previously used. However, since our previous threshold had some frames with zero lines detected, we went ahead and kept all of the lines that the lower threshold produced for these frames.

With enough tweaking and threshold adjusting, we may be able to get even better results.

No comments: