I am new i am new to MATLAB. i am working on image processing

2 views (last 30 days)
Can anyone please give me a code for keyframe extraction from videos. I tried a lot using colorhistogram difference method but I am not able to implement it. Please provide me code for keyframe extraction, I need this for my project work.
  9 Comments
rujul mankad
rujul mankad on 15 Mar 2015
"threshold=std+mean*4 " for this how can we identify that it should be 4..and can we give global threshold?
Image Analyst
Image Analyst on 15 Mar 2015
If you want the threshold to be exactly 4, then just assign 4 to it.
threshold = 4;

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 1 Jan 2015
Put this line at the beginning of keyframe.m
function keyframe()

More Answers (0)

Community Treasure Hunt

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

Start Hunting!