How can I calculate the shot boundary of a video using interpolation method?

Hi everyone.Ia m trying to do shot detection using interpolation method.I am using four continuous frames.Then taking the average of the histogram bins of the frames.After that I want to put that in this equation----- 1/6 [Vn+3Vn-1-3Vn-2-Vn-3].....Here,Vn...Vn-3 are the feature vectors of four continuous frames.Then I shall compare it with a threshold value.Will anybody please give me any idea about the code?Thanks in advance..

Answers (0)

Asked:

on 5 Dec 2013

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!