Variable blur, gradient blur

Version 1.0.0.0 (1,26 KB) von Zoltan
Applies different blur filter to each element of a matrix
829 Downloads
Aktualisiert 7. Mär 2010

Lizenz anzeigen

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);

Zitieren als

Zoltan (2026). Variable blur, gradient blur (https://de.mathworks.com/matlabcentral/fileexchange/26879-variable-blur-gradient-blur), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2009b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Help Center und MATLAB Answers
Version Veröffentlicht Versionshinweise
1.0.0.0