Variable blur, gradient blur
Version 1.0.0.0 (1,26 ko) par
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);
Citation pour cette source
Zoltan (2026). Variable blur, gradient blur (https://fr.mathworks.com/matlabcentral/fileexchange/26879-variable-blur-gradient-blur), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Créé avec
R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS LinuxCatégories
En savoir plus sur Computer Vision with Simulink dans Help Center et MATLAB Answers
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
