How to plot trajectories of a bird in a video sequence ?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an IR video and I would like to plot the trajectory of the bird in successive frames...
Can anyone suggest me a way to do this ?
0 Kommentare
Akzeptierte Antwort
Jarrod Rivituso
am 14 Apr. 2011
I don't know exactly, however here are some broad steps:
1. Read video file into MATLAB: http://www.mathworks.com/access/helpdesk/help/techdoc/ref/videoreaderclass.html
2. For each frame, use some algorithm to determine where the bird is. Does "IR" mean infrared? If so, is the bird the thing with the most intensity?
3. Store x,y bird location for each frame, then use plot function to plot the data.
Sorry for the vague answer. Hope this is what you were looking for
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!