Slit-scan video processing

版本 1.2.0.0 (2.8 KB) 作者: Edgar Guevara
Create weird, wobbly, wonderful effects on a video, using slit-scan technique.
418.0 次下载
更新时间 2013/9/30

查看许可证

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

引用格式

Edgar Guevara (2024). Slit-scan video processing (https://www.mathworks.com/matlabcentral/fileexchange/43661-slit-scan-video-processing), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.2.0.0

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

1.1.0.0

Added video demo

1.0.0.0