Slit-scan video processing

Create weird, wobbly, wonderful effects on a video, using slit-scan technique.
418 téléchargements
Mise à jour 30 sept. 2013

Afficher la licence

Process video simulating a slit-scan camera.
SYNTAX
videoOut = slitscan(videoIn, nLinesPerScan, direction, nLoops, displayVideo, saveVideo)
INPUTS
fileName File name of the video to modify
nLinesPerScan Number of lines per scan. The less lines the smoother video
is. Default is 5.
direction Is the direction the delay increases in.
'BottomToTop' means that the bottom line is behind the top
by a number of frames equal to the height of the clip.
'TopToBottom' means that the top line is behind the bottom
by a number of frames equal to the height of the clip.
Default is 'TopToBottom'.
nLoops Number of times to repeat original video. Default is 1.
displayVideo Open a figure where the slit-scan video is played. Default
true.
saveVideo Save the modified video as a new file '_slitscan' is added
to the file name. Default false.
OUTPUT
videoOut Video structure
Copyright (C) 2013 Edgar Guevara Codina
codina@REMVETHIScactus.iico.uaslp.mx
File Version 1.0
September 27 2013
MATLAB ver 7.10.0.499 (R2010a)
Online Demo: http://youtu.be/sF3xqesuADA

Citation pour cette source

Edgar Guevara (2024). Slit-scan video processing (https://www.mathworks.com/matlabcentral/fileexchange/43661-slit-scan-video-processing), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2010a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.2.0.0

Updated Online Demo: http://youtu.be/sF3xqesuADA

1.1.0.0

Added video demo

1.0.0.0