apply2VideoFrames

버전 1.8.0.0 (30.3 KB) 작성자: Nikolay S.
Apply any image processing function applied to all frames of input video.
다운로드 수: 1.3K
업데이트 날짜: 2016/7/13

라이선스 보기

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

인용 양식

Nikolay S. (2024). apply2VideoFrames (https://www.mathworks.com/matlabcentral/fileexchange/32351-apply2videoframes), 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.8.0.0

Change of archive type
Demo Video added
Minor bug fixes

1.7.0.0

Some bug fixes in the main function, and modifications of the service functions.

1.6.0.0

- waitbar name changed.
- defaultCompression changed to NONE

1.5.0.0

- Minot bug fix (choosing files via browser combined with command line inputs).

1.3.0.0

- conv2FuncFormat and conv2FuncFormat added
- Multiple video files support added
- Automated codecs search added

1.2.0.0

Some parameters added, improving user control.

1.1.0.0

Minor inputs parser bug resolved.

1.0.0.0