Table tennis ball tracking algorithm
显示 更早的评论
I am looking for Table tennis Ball Tracking algorithm which should track the when ball hits the surface of the table..Kindly suggest me algorithm which should i use and get desire result..
回答(1 个)
Image Analyst
2017-6-12
1 个投票
See my attached tracking demo. It uses color segmentation. You might be able to use optical flow but then you'd also have to deal with the other things that move, like the paddles and players.
I doubt whether your algorithm would be fast enough to track a ball during a live game. Regardless, you'd need a very expensive high speed camera because I don't think the frame rate of a standard camera is high enough. I mean, the ball may travel across the whole table in just one frame time.
类别
在 帮助中心 和 File Exchange 中查找有关 C4ISR 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!