Sliding Window for Matlab

Moves sliding window around the image and gets a subwindow of it.

You are now following this Submission

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 (2026). Sliding Window for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/39952-sliding-window-for-matlab), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Convert Image Type in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0.0

Change of name to more relevant one.

1.0.0.0