Synchronise two videos for comparison using images matching
6 次查看(过去 30 天)
显示 更早的评论
Hi!
I am looking to compare two tracking data sets from two separate videos.
I need to quantify the differences between the two datasets, so for that I need to make sure that the sequences I compare start at the same frame.
I was thinking of using the retrieveImages function and compare two seconds of a video against a reference image. Then I'll consider that the fit for the reference image in the two seconds dataset, and make this my starting point.
I tried it and it worked but this is quite long, and it requires to have the videos converted to frames sequences beforehand.
Is there a way to look for one image in a video without converting it to a sequence?
I'd be open to solutions using other softwares but I don't know where to look.
Thank you for your help!
Marie
0 个评论
回答(1 个)
Yogesh Khurana
2019-7-30
I think you need to convert the video to sequence of frames for using them against some algorithm. You can use an app for batch processing of sequence of frames from the video. The following link provide more information:
You can also read frames from a video file using readFrame, even starting from a specific time. You can also use this function in your algorithm. Refer to documentation for more information:
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!