Table tennis ball tracking algorithm
Mostrar comentarios más antiguos
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..
Respuestas (1)
Image Analyst
el 12 de Jun. de 2017
1 voto
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.
1 comentario
ismail khan
el 14 de Jun. de 2017
Categorías
Más información sobre C4ISR en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!