Variable blur, gradient blur
Version 1.0.0.0 (1.26 KB) by
Zoltan
Applies different blur filter to each element of a matrix
The code is probably not very efficient, as it contains a for loop. Any improvement ideas are welcomed.
example:
ParameterMatrix=abs(meshgrid(0:199)-100) / 20;
inputimg = double(checkerboard(10,10,10)>0.5);
blurred=VariableBlur(inputimg, ParameterMatrix);
imagesc(blurred);
colormap(gray);
Cite As
Zoltan (2026). Variable blur, gradient blur (https://www.mathworks.com/matlabcentral/fileexchange/26879-variable-blur-gradient-blur), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Computer Vision with Simulink 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 |
