VideoResize
Version 1.0.0.0 (9.31 KB) by
Stefan Karlsson
A MUCH faster version of "imresize", specifically for videoprocessing
Has the same interface as imresize, but can only handle nearest neighbour and bilinear interpolation.
bilinear interpolation uses undocumented matlab mex files, and have only been tested on version 2013a.
This function is essentially a strip down of imresize. In the core of "imresize" are some efficient implementations, but totally overshadowed by intense overhead due to parsing and initialization. Run the script "runMe.m" for a simple timing analysis.
Cite As
Stefan Karlsson (2026). VideoResize (https://uk.mathworks.com/matlabcentral/fileexchange/44538-videoresize), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2013a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- FPGA, ASIC, and SoC Development > Vision HDL Toolbox > Video Formats and Interfaces >
- Image Processing and Computer Vision > Vision HDL Toolbox > Video Formats and Interfaces >
Find more on Video Formats and Interfaces in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
