MATLAB: How to calculate Dynamic Time Warping (DTW) for each video file

classificationdynamic time warping (dtw)videovideo processing

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.

Best Answer

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