Video Synopsis

Video Synopsis - Key frames Selection based on a Distortion Minimization method
1K Downloads
Updated 21 Mar 2016

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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