Crop video to sub elements

版本 1.4.0.0 (5.6 MB) 作者: Nikolay S.
This function divides the input video to several parts/sub videos.
1.6K 次下载
更新时间 2015/2/8

查看许可证

This functions allows the user to crop the input movie to several (unlimited) fragments of his choice. The fragment dimensions are user defined either via functions input or via GUI control (using the imrect function). The function can be thought of as the complementary of my concatVideo2D, (although this isn't quiet accurate). Same results can be reached via my apply2VideoFrames.m function (http://www.mathworks.com/matlabcentral/fileexchange/32351-apply2videoframes) when Matlab imcrop function is utilized, but when you need to get several sub videos at a time- this is easier and faster. Another way to reach this functionality in a single line command would be through the combination of apply2VideoFrames.m with
funXapply.m (http://www.mathworks.com/matlabcentral/fileexchange/33778-apply-multiple-functions-in-a-single-function) but that would be a bit complicated.

引用格式

Nikolay S. (2024). Crop video to sub elements (https://www.mathworks.com/matlabcentral/fileexchange/34845-crop-video-to-sub-elements), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

Replaced some outdated functions.
Made code simpler
Added demo
Added a video to play with

1.3.0.0

2012-05-15- Input video can be omitted, and chosen via Files Explorer.

1.2.0.0

- Minor bug and documentation fixes
- Frame choose menu added, for GUI based RECT choose option.

1.1.0.0

Minot bug & comments fixed.

1.0.0.0