apply2VideoFrames
This functions allows the user to apply a function of his choice to all video frames- frame by frame.
Consider a case you have a function you're used to apply to single images like imfilter, imresize, imadjust, imcrop etc... (see Matlab Image Processing Toolbox for additional functions), and now you want to apply it to a video file. Well now you can use this function with the video, and get the resulting video in a single command. While this disregards the connection between video frames, and treats each frame as an individual movie, this is a good starting point in testing methods for video enhancement & analysis methods.
See demo video here: https://youtu.be/iVHyQQDL2RE
Cite As
Nikolay S. (2024). apply2VideoFrames (https://www.mathworks.com/matlabcentral/fileexchange/32351-apply2videoframes), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Computer Vision Toolbox > Tracking and Motion Estimation > Motion Detection >
- MATLAB > Graphics > Images > Read, Write, and Modify Image >
Tags
Acknowledgements
Inspired by: List of files from directories/files list or browser, folders sub-folders, Folders tree files list
Inspired: Crop video to sub elements, Images blending/mixture/photomontage
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
apply2VideoFrames/
Version | Published | Release Notes | |
---|---|---|---|
1.8.0.0 | Change of archive type
|
||
1.7.0.0 | Some bug fixes in the main function, and modifications of the service functions. |
||
1.6.0.0 | - waitbar name changed.
|
||
1.5.0.0 | - Minot bug fix (choosing files via browser combined with command line inputs). |
||
1.3.0.0 | - conv2FuncFormat and conv2FuncFormat added
|
||
1.2.0.0 | Some parameters added, improving user control. |
||
1.1.0.0 | Minor inputs parser bug resolved. |
||
1.0.0.0 |