Sliding Window for Matlab

Moves sliding window around the image and gets a subwindow of it.
1.4K Downloads
Updated 11 Feb 2013

View License

Moves sliding window around the image and gets a subwindow of it. If index exceeds the image dimensions, returns 'error'. So to get sliding window is very easy, just use a while cycle with condition over the control variable ~= 'error' counting from 1 and you will get nice function to get sliding window.

It is free for any use. If you use it, please cite: http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6310525

Cite As

Lukas Tencer (2024). Sliding Window for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/39952-sliding-window-for-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Convert Image Type in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Change of name to more relevant one.

1.0.0.0