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..

Respuestas (1)

Image Analyst
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
ismail khan el 14 de Jun. de 2017
This is a video based algorithm first i will go for an image where i can pick a ball and then go for direction if ball is coming in this way then where it will go...

Iniciar sesión para comentar.

Categorías

Preguntada:

el 12 de Jun. de 2017

Comentada:

el 14 de Jun. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by