How to calculate Dynamic Time Warping (DTW) for each video file
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Kong
am 5 Mai 2020
Kommentiert: Abdullah Amer Mohammed Salih
am 24 Nov. 2020
Hello.
I want to use video files for classification.
Can I get an idea to compute Dynamic Time Warping (DTW) for each video (avi file)?
I want to use videos as input of Dynamic Time Warping (DTW).
After that, I will use dimensionality reduction and classify the matrix.
0 Kommentare
Akzeptierte Antwort
Shubh Sahu
am 7 Mai 2020
One idea can be videos have frames so, vectorize each frame and calculate DTW between two consecutive frames. This will help in gaining the difference in each frame and perhaps help in classification. Hope this helps you.
1 Kommentar
Abdullah Amer Mohammed Salih
am 24 Nov. 2020
Hi, I am trying to figure out how this paper is coded he use video croping then warping.
Can you please give a look and give me your advice
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!