Object tracking in an rgb video
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
I have an RGB video file in which there is a surgical instrument moving in a circular path.I want to track its tip and ensure that the tracking point stays on it till the end.But the problem is,the video has a lot of noise.Each frame has different lighting variations due to which I am not able to get any points of interest.I used kalman filter to track.I am able to track the tool but not able to focus on the tip.I observed that the tip is not clear in a particular set of frames.I am an amateur matlab programmer.What could be the possible solution to achieve this.Please help
Respuestas (1)
Dima Lisin
el 16 de Jul. de 2014
0 votos
Try using vision.KalmanFilter. Since the object is moving in a circle, the constant acceleration motion model would be appropriate. Take a look at this example.
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!