필터 지우기
필터 지우기

How to extract the keyframes from video?

조회 수: 2 (최근 30일)
Pan
Pan 2011년 12월 18일
How to extract the keyframes from video? I need to write complete code,like entropy way for extrct keyframe or color and texture way for extrct keyframe object based way for extrct keyframe and so on.

채택된 답변

Junaid
Junaid 2011년 12월 18일
Dear Pan,
There are so many easy and complex ways. The best and the simplest is based on Entropy.
You calculate the Entropy of each frame and then find the shots. Like whenever the difference between two consecutive frames is more then some Threshold then mark it as shot. So the median frame can be good representation or take the frames having maximum Entropy.
for key frame you can refer to many papers. The method I explained you can be read in detail in following paper.
Video segmentation into scenes using entropy and SURF
  댓글 수: 1
Aravin
Aravin 2011년 12월 21일
This is most simplest way I ever seen. Yet I m not sure about the efficiency :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by