Video Synopsis

버전 1.6.0.0 (3.64 MB) 작성자: Costas Panagiotakis
Video Synopsis - Key frames Selection based on a Distortion Minimization method
다운로드 수: 1K
업데이트 날짜: 2016/3/21

라이선스 보기

This code is a simple implementation of the video
synopsis SEDIM and other methods (SEDIM-IN, CEA and TEA) proposed in [1].
The code is written by the authors of [1] (C. Panagiotakis, N. Ovsepian and E. Michael).
The main goal of the proposed method is to select from a video the most “significant” frames in order to broadcast, without apparent loss of content by decreasing the potential distortion criterion.
You can find more details in www.csd.uoc.gr/~cpanag
The initial videos and video synopsis results (with α = 0.1 and α = 0.3) of SeDiM, SeDiM-IN, CEA, TEA methods are given in https://www.dropbox.com/sh/rpysux4oa746jty/B265lHwpAB
https://www.dropbox.com/sh/rpysux4oa746jty/B265lHwpAB
Usage:

usage to run the method for foreman.avi with a= 0.1 (10%):

[KeyFr] = vsyn(0.1, 0, 'sum', 'foreman.avi');
It returns the key frames KeyFr (N x 4 array) of SEDIM, SEDIM-IN, CEA and
TEA methods [1], where N is the nuber of key frames. N is
determined by the first parameter (10% of total frames in this example).
Finally, it also writes the video synophis file for SEDIM (foreman_Video_Synopsis_a0.1.avi).

We will appreciate if you cite our paper in your work.

[1] C. Panagiotakis, N. Ovsepian and E. Michael, Video Synopsis based on a Sequential Distortion Minimization Method, International Conference on Computer Analysis of Images and Patterns, 2013.

인용 양식

Costas Panagiotakis (2024). Video Synopsis (https://www.mathworks.com/matlabcentral/fileexchange/46507-video-synopsis), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Motion Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.6.0.0

Tags update

1.5.0.0

Description update

1.4.0.0

Description update

1.3.0.0

Readme update

1.2.0.0

Readme update

1.1.0.0

Tags update

1.0.0.0